Adding ESLint for front part
This commit is contained in:
+5
-1
@@ -4,6 +4,9 @@
|
||||
"main": "index.js",
|
||||
"license": "AGPL",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
||||
"@typescript-eslint/parser": "^2.26.0",
|
||||
"eslint": "^6.8.0",
|
||||
"ts-loader": "^6.2.2",
|
||||
"typescript": "^3.8.3",
|
||||
"webpack": "^4.42.1",
|
||||
@@ -15,6 +18,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --open",
|
||||
"build": "webpack"
|
||||
"build": "webpack",
|
||||
"lint": "node_modules/.bin/eslint src/ . --ext .ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user