Skip to content

Commit 438ac37

Browse files
committed
2 parents 138d01c + 222a828 commit 438ac37

File tree

9 files changed

+419
-3505
lines changed

9 files changed

+419
-3505
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": [
33
"@jedwards1211/eslint-config-react", "@jedwards1211/eslint-config-flow"
4-
]
4+
],
5+
"parser": "babel-eslint"
56
}

.npmignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
.babelrc
22
.eslintrc
3-
.flowconfig
43
.nyc_output
54
.storybook
65
.travis.yml
76
coverage
87
node_modules
98
test
109
stories
10+
.eslintcache
11+
.idea
12+
solano.yml
13+
renovate.json
14+
commitlint.config.js
15+
flow-typed
1116

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-conventional']}
1+
module.exports = {extends: ['@jedwards1211/commitlint-config']}

0 commit comments

Comments
 (0)