[v0.1.5] add no-undef
This commit is contained in:
parent
ef05de4a01
commit
c8a4f8d788
2 changed files with 2 additions and 1 deletions
1
index.js
1
index.js
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
parser: '@typescript-eslint/parser',
|
||||
rules: {
|
||||
'no-use-before-define': 'off',
|
||||
'no-undef': 'off',
|
||||
'no-redeclare': 'off',
|
||||
'@typescript-eslint/no-redeclare': ['error'],
|
||||
'no-unused-vars': 'off',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@sup39/eslint-config-typescript",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"description": "Typescript eslint config for sup39",
|
||||
|
|
Loading…
Reference in a new issue