Skip to content

Commit 96010b9

Browse files
committed
chore: 🤖 use @Kiwi eslint and prettier configs
1 parent cb62a7e commit 96010b9

File tree

4 files changed

+743
-751
lines changed

4 files changed

+743
-751
lines changed

‎.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["kiwi"],
2+
"extends": ["@kiwi"],
33
"env": {
44
"node": true,
55
"jest": true

‎.prettierrc

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
{
2-
"semi": true,
3-
"printWidth": 80,
4-
"trailingComma": "all",
5-
"bracketSpacing": true,
6-
"jsxBracketSameLine": false,
7-
"singleQuote": true
8-
}
1+
"@kiwi/prettier-config"

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"devDependencies": {
6363
"@babel/core": "^7.10.2",
6464
"@babel/preset-env": "^7.10.2",
65+
"@kiwi/eslint-config": "^1.0.0",
66+
"@kiwi/prettier-config": "^1.1.0",
6567
"@types/jest": "^25.2.3",
6668
"@types/node": "^14.0.11",
6769
"@types/node-sass": "^4.11.1",
@@ -71,7 +73,6 @@
7173
"coffeescript": "^2.5.1",
7274
"conventional-changelog-cli": "^2.0.34",
7375
"eslint": "^6.0.0",
74-
"eslint-config-kiwi": "^1.0.2",
7576
"husky": "^4.2.5",
7677
"jest": "^25.0.0",
7778
"less": "^3.11.3",

0 commit comments

Comments
 (0)