1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-14 03:39:18 +00:00

Added ESLint

This commit is contained in:
2020-07-06 11:08:49 +02:00
parent dd8515cc9b
commit 76a8f8ecce
7 changed files with 620 additions and 8 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
"parserOptions": {
"project": __dirname + "/tsconfig.json"
}
}

View File

@ -5,3 +5,4 @@ src
webpack.config.js
tsconfig.json
.babelrc
.eslintrc.js

View File

@ -18,7 +18,10 @@
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"babel-loader": "^8.1.0",
"eslint": "^7.4.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",