Skip to content

Commit

Permalink
Merge pull request #1524 from bcgov/UTOPIA-1415
Browse files Browse the repository at this point in the history
[UTOPIA-1415] Update frontend minor dev dependencies
  • Loading branch information
BradyMitch authored Sep 6, 2023
2 parents 9efdc00 + 9189ec1 commit 0be87ec
Show file tree
Hide file tree
Showing 3 changed files with 12,245 additions and 13,434 deletions.
6 changes: 1 addition & 5 deletions src/frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
env: {
browser: true,
es2021: true,
jest: true,
},
extends: [
'eslint:recommended',
Expand All @@ -13,7 +12,6 @@ module.exports = {
'airbnb/hooks',
'plugin:import/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:jest/recommended',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
Expand All @@ -27,16 +25,14 @@ module.exports = {
project: './tsconfig.eslint.json',
extraFileExtensions: ['.scss'],
},
plugins: ['@typescript-eslint', 'jest', 'eslint-plugin-react'],
plugins: ['@typescript-eslint', 'eslint-plugin-react'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'import/named': 'off',
'jest/no-export': 'off',
'jest/expect-expect': 'off',
'react/react-in-jsx-scope': 'off',
'react/jsx-child-element-spacing': 'off',
'import/no-extraneous-dependencies': [
Expand Down
Loading

0 comments on commit 0be87ec

Please sign in to comment.