Add linting packages
This commit is contained in:
parent
cbead4c350
commit
0d1d3b1685
3 changed files with 1845 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
|||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"prettier",
|
||||
"prettier/@typescript-eslint"
|
||||
"prettier"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
|
|
|
|||
1839
package-lock.json
generated
1839
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -29,11 +29,16 @@
|
|||
],
|
||||
"homepage": "https://github.com/schmelczerandras/timeline#readme",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"css-loader": "^6.5.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"inline-source-webpack-plugin": "^2.0.1",
|
||||
"mini-css-extract-plugin": "^2.5.2",
|
||||
"prettier": "^2.5.1",
|
||||
"resolve-url-loader": "^5.0.0",
|
||||
"responsive-loader": "^2.3.0",
|
||||
"sass": "^1.49.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue