Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Commit 95a1aab

Browse files
authored
Chores (#512)
* WIP * clean up
1 parent 138bb54 commit 95a1aab

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

.eslintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
{"zones": [{"target": "./src/lib", "from": "./src/environment"}]}
8989
]
9090
}
91+
},
92+
{
93+
"files": [
94+
"**/*.stories.*"
95+
],
96+
"rules": {
97+
"import/no-anonymous-default-export": "off"
98+
}
9199
}
92100
]
93101
}

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"eslint-config-airbnb": "18.2.1",
6767
"eslint-config-prettier": "8.3.0",
6868
"eslint-config-react-app": "6.0.0",
69+
"eslint-plugin-flowtype": "^5.9.2",
6970
"eslint-plugin-fp": "2.3.0",
7071
"eslint-plugin-import": "2.24.2",
7172
"eslint-plugin-jsx-a11y": "6.4.1",
@@ -112,17 +113,7 @@
112113
"prepare": "husky install"
113114
},
114115
"eslintConfig": {
115-
"extends": "react-app",
116-
"overrides": [
117-
{
118-
"files": [
119-
"**/*.stories.*"
120-
],
121-
"rules": {
122-
"import/no-anonymous-default-export": "off"
123-
}
124-
}
125-
]
116+
"extends": "react-app"
126117
},
127118
"browserslist": {
128119
"production": [

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,9 +5330,9 @@ caniuse-api@^3.0.0:
53305330
lodash.uniq "^4.5.0"
53315331

53325332
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001154, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001248, caniuse-lite@^1.0.30001254:
5333-
version "1.0.30001254"
5334-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001254.tgz"
5335-
integrity sha512-GxeHOvR0LFMYPmFGA+NiTOt9uwYDxB3h154tW2yBYwfz2EMX3i1IBgr6gmJGfU0K8KQsqPa5XqLD8zVdP5lUzA==
5333+
version "1.0.30001256"
5334+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001256.tgz"
5335+
integrity sha512-QirrvMLmB4txNnxiaG/xbm6FSzv9LqOZ3Jp9VtCYb3oPIfCHpr/oGn38pFq0udwlkctvXQgPthaXqJ76DaYGnA==
53365336

53375337
capture-exit@^2.0.0:
53385338
version "2.0.0"
@@ -7276,6 +7276,14 @@ eslint-plugin-flowtype@^5.2.0:
72767276
lodash "^4.17.15"
72777277
string-natural-compare "^3.0.1"
72787278

7279+
eslint-plugin-flowtype@^5.9.2:
7280+
version "5.9.2"
7281+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.2.tgz#aac08cd26ee4da79cba0e40c3877bb4d96a74ebc"
7282+
integrity sha512-qxE/eo9DCN7800MIB/O1ToOiFuOPOlaMJWQY2BEm69oY7RCm3s2X1z4CdgtFvDDWf9RSSugZm1KRhdBMBueKbg==
7283+
dependencies:
7284+
lodash "^4.17.15"
7285+
string-natural-compare "^3.0.1"
7286+
72797287
eslint-plugin-fp@2.3.0:
72807288
version "2.3.0"
72817289
resolved "https://registry.yarnpkg.com/eslint-plugin-fp/-/eslint-plugin-fp-2.3.0.tgz#376d2a108710e981980bdc3875e3b9920da0489c"

0 commit comments

Comments
 (0)