Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v5.14.0 (#88)
Browse files Browse the repository at this point in the history
* chore(deps): update typescript-eslint monorepo to v5.14.0

* chore(deps): fix lint

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Roi Koren <roi.koren@deci.ai>
  • Loading branch information
3 people authored Mar 14, 2022
1 parent 82660e0 commit 227bb5e
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 132 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ module.exports = {
},
overrides: [
{ files: ['./.commitlintrc.js', './.eslintrc.js', './.prettierrc.js'], rules: { 'no-undef': OFF } },
{
files: ['./.eslintrc.js', './src/index.ts', './src/configs/*.ts'],
rules: { '@typescript-eslint/naming-convention': OFF },
},
{ files: ['./src/index.ts', './src/configs/*.ts', './src/rules/*.ts'], rules: { 'import/no-default-export': OFF } },
{ files: ['./scripts/*.ts', './tests/**/*.ts'], rules: { 'no-console': OFF } },
{ files: ['./src/index.ts'], rules: { 'max-lines': OFF } },
Expand Down
Loading

0 comments on commit 227bb5e

Please sign in to comment.