Skip to content

Commit

Permalink
Merge pull request #11 from landbot-org/fix_add_eslint_plugin_check_file
Browse files Browse the repository at this point in the history
fix: add eslint-plugin-check-file dependecy
  • Loading branch information
echosergio authored Jan 2, 2024
2 parents bf334a6 + 7050ec5 commit d5679cf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
},
ecmaVersion: 'latest',
},
plugins: ['react', 'import', 'jest', '@typescript-eslint', 'prettier'],
plugins: ['check-file', 'react', 'import', 'jest', '@typescript-eslint', 'prettier'],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
Expand Down
23 changes: 22 additions & 1 deletion 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 @@ -48,6 +48,7 @@
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.6.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-prettier": "^5.1.2",
Expand Down

0 comments on commit d5679cf

Please sign in to comment.