Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Korte committed Nov 24, 2021
1 parent 3977664 commit b16d5f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const config: Linter.Config = {
},
},
],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': ['error', { varsIgnorePattern: '^_' }],
'arrow-body-style': ['error', 'as-needed'],
'import/no-default-export': 'error',
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "eslint-config-incloud",
"version": "2.0.2",
"version": "2.0.3",
"description": "INCLOUD Standard ESLint Config",
"main": "index.js",
"types": "index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Linter } from 'eslint';
const config: Linter.Config = {
extends: ['react-app', './index'],
rules: {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'no-console': ['error', { allow: ['error', 'warn'] }],
},
};
Expand Down

0 comments on commit b16d5f4

Please sign in to comment.