Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 13, 2022
1 parent 52cb176 commit 251d677
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 23 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
module.exports = {
extends: ['eslint-config-tc', 'eslint-config-typescript-tc'],
rules: {
// eslint-disable-next-line @typescript-eslint/naming-convention
'no-prototype-builtins': 'off',
// eslint-disable-next-line @typescript-eslint/naming-convention
'unicorn/filename-case': 'off',
},
overrides: [
{
files: ['test/**/*.test.ts', 'test/fixtures/**'],
rules: {
// eslint-disable-next-line @typescript-eslint/naming-convention
'@typescript-eslint/naming-convention': 'off',
},
},
],
};
138 changes: 116 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"esbuild": "^0.14.25",
"esbuild-node-externals": "^1.4.1",
"eslint": "^8.11.0",
Expand Down

0 comments on commit 251d677

Please sign in to comment.