@cenk1cenk2/eslint-config
Advanced tools
Comparing version
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Eslint configuration for my taste.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,6 @@ module.exports = { | ||
parserOptions: { | ||
project: './tsconfig.json' | ||
project: './tsconfig.json', | ||
tsconfigRootDir: __dirname, | ||
ecmaVersion: 2018, | ||
sourceType: 'module' | ||
}, | ||
@@ -14,0 +17,0 @@ rules: { |
9114
0.89%307
0.99%