Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Apr 9, 2024
1 parent 23ad3d9 commit d435ca5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
es6: true,
jest: true
},
extends: ['eslint:recommended'],
extends: ['eslint:recommended', 'plugin:you-dont-need-lodash-underscore/compatible'],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"css.escape": "^1.5.1",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"eslint-webpack-plugin": "^4.1.0",
"expose-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
Expand Down

0 comments on commit d435ca5

Please sign in to comment.