lint-config-nojvek
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -34,4 +34,2 @@ /* eslint-env node */ | ||
project: `./tsconfig.json`, | ||
// turn this false when https://github.com/typescript-eslint/typescript-eslint/issues/1723 is fixed | ||
createDefaultProgram: true, | ||
}, | ||
@@ -92,3 +90,2 @@ plugins: [`@typescript-eslint`], | ||
'linebreak-style': [`error`, `unix`], | ||
'no-console': [WARN_IF_DEV, {allow: [`info`, `warn`, `error`, `assert`]}], | ||
'no-control-regex': [`off`], | ||
@@ -95,0 +92,0 @@ 'no-debugger': [WARN_IF_DEV], |
{ | ||
"name": "lint-config-nojvek", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "eslint (with ts-eslint) + prettier shared configs ", | ||
@@ -25,4 +25,4 @@ "main": ".eslintrc.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "2.23.0", | ||
"@typescript-eslint/parser": "2.23.0", | ||
"@typescript-eslint/eslint-plugin": "2.31.0", | ||
"@typescript-eslint/parser": "2.31.0", | ||
"eslint": "6.8.0", | ||
@@ -29,0 +29,0 @@ "eslint-config-prettier": "6.9.0", |
5487
106