You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# eslint-config-frontier
1
+
# eslint-config-frontier-react
2
2
3
3
* A common ESLint configuration for frontier apps. The base is airbnb's config (a highly used and tested configuration).
4
4
@@ -34,6 +34,11 @@ It is important to note that in order for CodeClimate to use this custom config,
34
34
path: 'eslint-config-frontier-react.js'
35
35
```
36
36
- If you also opt into the jsdoc plugin we provide, you'll also need to make a prepare statement for that file.
37
+
- WARNING: Starting in version 4 of this repo, there is a different codeclimateEslintRules file for every major version
38
+
that is released. If you are using or upgrading to v4 of this repo, you'll need to change the fetched url file to
39
+
`codeclimateEslintRulesv4.js`. Notice the "v4" at the end of the filename. When v5 is released, you'll also need
40
+
to change the filename to v5, etc.
41
+
37
42
2. Make a new eslintrc file for codeclimate to use (that way it can point to the `eslint-config-frontier-react.js` file that codeclimate will prepare in Step 1.)
38
43
39
44
1. Copy your existing local eslintrc file and rename the copy to `.codeclimate.eslintrc.js` (or .json or .yml if you are using those filetypes)
0 commit comments