Skip to content

Commit

Permalink
fix: eslintrc at rule exception is ill defined
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonKoenig committed Jan 21, 2025
1 parent 726c923 commit 1b6f9bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = {
files: ['packages/safe-ds-editor/src/**/*.css'],
rules: {
'at-rule-no-unknown': [
true,
{
ignoreAtRules: ['tailwind', 'apply', 'layer'],
},
Expand Down

0 comments on commit 1b6f9bf

Please sign in to comment.