Skip to content

Commit bfc87c5

Browse files
.
1 parent 1083d25 commit bfc87c5

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.eslintrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@
1111
"react"
1212
],
1313
"parserOptions": {
14-
"sourceType": "module",
15-
"allowImportExportEverywhere": true
14+
"sourceType": "module"
1615
},
1716
"rules": {
1817
// don't force es6 functions to include space before paren
1918
"space-before-function-paren": 0,
2019

2120
// allow specifying true explicitly for boolean props
22-
"react/jsx-boolean-value": 0,
23-
24-
// allow imports mixed with non-import statements at top of file
25-
"import/first": 0
21+
"react/jsx-boolean-value": 0
2622
}
2723
}

manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rm -rf .git
2121
```bash
2222
# replace boilerplate placeholders with your module-specific values
2323
# NOTE: feel free to use your favorite find & replace method instead of sed
24-
mv README.template.md README.md
24+
mv readme.template.md readme.md
2525
sed -i 's/react-modern-library-boilerplate/react-poop-emoji/g' *.{json,md} src/*.js example/*.json example/src/*.js example/public/*.{html,json}
2626
sed -i 's/transitive-bullshit/your-github-username/g' package.json example/package.json
2727
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)