Swapped tslint to eslint and fixed files
This commit is contained in:
+6
-5
@@ -9,11 +9,10 @@
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write **/*.{js,ts,tsx,json}",
|
||||
"lint": "tslint -p .",
|
||||
"clean-build": "rm -rf ./build",
|
||||
"compile": "tsc -p .",
|
||||
"copy-templates": "if [ -e ./src/templates ]; then cp -a ./src/templates ./build/; fi",
|
||||
"build": "yarn format && yarn lint && yarn clean-build && yarn compile && yarn copy-templates",
|
||||
"build": "yarn format && yarn clean-build && yarn compile && yarn copy-templates",
|
||||
"prepublishOnly": "yarn build",
|
||||
"test": "jest",
|
||||
"watch": "jest --watch",
|
||||
@@ -48,9 +47,11 @@
|
||||
"prettier": "^1.12.1",
|
||||
"ts-jest": "^24.1.0",
|
||||
"ts-node": "^8.4.1",
|
||||
"tslint": "^5.12.0",
|
||||
"tslint-config-prettier": "^1.17.0",
|
||||
"tslint-config-standard": "^8.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
||||
"@typescript-eslint/parser": "^5.44.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"typescript": "^3.6.3"
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user