Skip to content

Commit 9ffe62e

Browse files
committed
chore: eslint fix
1 parent 8675070 commit 9ffe62e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"readmeFilename": "README.md",
5959
"scripts": {
6060
"setup": "ts-patch install",
61-
"prepare": "npm run setup",
61+
"prepare": "npm run setup",
6262
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
6363
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
6464
"build.plugin": "cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc",
@@ -90,9 +90,12 @@
9090
"@typescript-eslint/parser": "5.2.0",
9191
"cpy-cli": "3.1.1",
9292
"eslint": "8.1.0",
93+
"eslint-config-prettier": "^8.3.0",
94+
"eslint-plugin-prettier": "^4.0.0",
9395
"husky": "^7.0.4",
9496
"lerna": "^4.0.0",
9597
"npm-watch": "^0.11.0",
98+
"prettier": "^2.4.1",
9699
"prompt": "^1.2.0",
97100
"rimraf": "^3.0.2",
98101
"ts-patch": "1.4.5",

tsconfig.eslint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
3+
"extends": "./tsconfig.json",
4+
"include": ["**/*", ".eslintrc.js", "app.webpack.config.js"]
5+
}

0 commit comments

Comments
 (0)