Skip to content

Commit 68648d4

Browse files
committed
Add ESLint config
1 parent b1614b2 commit 68648d4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.eslintrc.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
globals: {
3+
__PATH_PREFIX__: true,
4+
},
5+
extends: `react-app`,
6+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"browser-monads": "^1.0.0",
53+
"eslint-config-react-app": "^5.2.1",
5354
"prettier": "^1.16.4"
5455
},
5556
"repository": {

0 commit comments

Comments
 (0)