Skip to content

Commit 0ee5674

Browse files
committed
build: adds prettier and eslint to devdeps
1 parent 09a6df2 commit 0ee5674

File tree

3 files changed

+256
-23
lines changed

3 files changed

+256
-23
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "./node_modules/typescript/lib"
3+
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@
9494
"commitizen": "^4.2.1",
9595
"copy-dir": "^1.3.0",
9696
"cz-conventional-changelog": "^3.3.0",
97+
"eslint": "^7.9.0",
9798
"husky": "^4.3.0",
9899
"parcel-bundler": "^1.12.4",
100+
"prettier": "^2.1.2",
99101
"react": "^16.13.1",
100102
"react-dom": "^16.13.1",
101103
"react-is": "^16.13.1",

0 commit comments

Comments
 (0)