mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-14 03:39:18 +00:00
Added ESLint
This commit is contained in:
5
packages/logger/.eslintrc.js
Normal file
5
packages/logger/.eslintrc.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
"parserOptions": {
|
||||
"project": __dirname + "/tsconfig.json"
|
||||
}
|
||||
}
|
@ -5,3 +5,4 @@ src
|
||||
webpack.config.js
|
||||
tsconfig.json
|
||||
.babelrc
|
||||
.eslintrc.js
|
@ -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",
|
||||
|
Reference in New Issue
Block a user