Skip to content

Commit

Permalink
style: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 19, 2023
1 parent 3f73cd9 commit ba8a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
project: ['./packages/*/tsconfig.json'],
tsconfigRootDir: __dirname,
},
ignoreFiles: ['node_modules/', 'coverage/', 'dist/', '**/*.js'],
extends: [
'airbnb-base',
'airbnb-typescript/base',
Expand All @@ -18,6 +17,7 @@ module.exports = {
'plugin:compat/recommended',
],
plugins: ['prettier', '@typescript-eslint', 'import'],
ignorePatterns: ['node_modules/', 'coverage/', 'dist/', '**/*.js'],
rules: {
'no-alert': 'warn',
'no-unused-vars': 0,
Expand Down

0 comments on commit ba8a221

Please sign in to comment.