Skip to content

Commit

Permalink
Update css-modules rules from warnings to errors (#15239)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito authored Aug 3, 2022
1 parent 76c4053 commit be6e684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-webapp/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"rules": {
"curly": "warn",
"css-modules/no-undef-class": ["warn", { "camelCase": true }],
"css-modules/no-unused-class": ["warn", { "camelCase": true }],
"css-modules/no-undef-class": ["error", { "camelCase": true }],
"css-modules/no-unused-class": ["error", { "camelCase": true }],
"dot-location": "warn",
"eqeqeq": "error",
"prettier/prettier": "warn",
Expand Down

0 comments on commit be6e684

Please sign in to comment.