[v0.1.5] add no-undef

This commit is contained in:
sup39 2023-02-17 03:20:45 +09:00
parent ef05de4a01
commit c8a4f8d788
2 changed files with 2 additions and 1 deletions

View file

@ -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',

View file

@ -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",