Skip to content

Commit af4fc11

Browse files
author
Peter Murphy
committed
lint work in branch
1 parent 2bfeaf4 commit af4fc11

11 files changed

+2240
-2204
lines changed

.eslintrc

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
// Use this file as a starting point for your project's .eslintrc.
2-
// Copy this file, and add rule overrides as needed.
31
{
4-
"extends": "airbnb"
2+
"extends": "airbnb",
3+
"rules": {
4+
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
5+
},
6+
"parserOptions":{
7+
"ecmaFeatures": {
8+
"experimentalObjectRestSpread": true
9+
}
10+
}
511
}

0 commit comments

Comments
 (0)