File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
2
6
3
7
Remove eslint from devDependencies, and lower the peerDep of eslint so it works with airbnb 17.1.0.
4
8
and we need to be on airbnb 17.1.0 because of codeclimate constraints
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
5
5
'@fs/eslint-config-frontier-react/react' ,
6
6
'@fs/eslint-config-frontier-react/jest' ,
7
7
'@fs/eslint-config-frontier-react/test-helpers' ,
8
- '@fs/eslint-config-frontier-react/noFixRules' ,
8
+ // '@fs/eslint-config-frontier-react/noFixRules',
9
9
'@fs/eslint-config-frontier-react/dont-need-lodash' ,
10
10
'@fs/eslint-config-frontier-react/prettierSetup' ,
11
11
] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fs/eslint-config-frontier-react" ,
3
- "version" : " 10.0.0-alpha.0 " ,
3
+ "version" : " 10.0.0-alpha.1 " ,
4
4
"description" : " A common ESLint configuration setup for frontier apps" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments