Skip to content

Commit 97699cd

Browse files
committed
turn off noFixRules
1 parent 7709d7e commit 97699cd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 10.0.0 - Jul 7th 2022
1+
# 10.0.0-alpha.1 - Jul 15th 2022
2+
- turn of no-autofix since it breaks cra 5
3+
4+
5+
# 10.0.0-alpha.0 - Jul 7th 2022
26

37
Remove eslint from devDependencies, and lower the peerDep of eslint so it works with airbnb 17.1.0.
48
and we need to be on airbnb 17.1.0 because of codeclimate constraints

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
'@fs/eslint-config-frontier-react/react',
66
'@fs/eslint-config-frontier-react/jest',
77
'@fs/eslint-config-frontier-react/test-helpers',
8-
'@fs/eslint-config-frontier-react/noFixRules',
8+
// '@fs/eslint-config-frontier-react/noFixRules',
99
'@fs/eslint-config-frontier-react/dont-need-lodash',
1010
'@fs/eslint-config-frontier-react/prettierSetup',
1111
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/eslint-config-frontier-react",
3-
"version": "10.0.0-alpha.0",
3+
"version": "10.0.0-alpha.1",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)