File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module.exports = {
2
2
plugins : [ '@fs/zion' ] ,
3
3
rules : {
4
4
'@fs/zion/prefer-zion-render' : 'off' ,
5
+ // TODO: consider renaming this file since it effects more than Jest tests
6
+ '@fs/zion/logical-over-directional' : 'warn' ,
5
7
} ,
6
8
overrides : [
7
9
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fs/eslint-config-frontier-react" ,
3
- "version" : " 11.1 .0" ,
3
+ "version" : " 11.2 .0" ,
4
4
"description" : " A common ESLint configuration setup for frontier apps" ,
5
5
"main" : " index.js" ,
6
6
"engines" : {
39
39
"@babel/eslint-parser" : " ^7.22.15" ,
40
40
"@babel/eslint-plugin" : " ^7.22.10" ,
41
41
"@babel/preset-react" : " ^7.22.15" ,
42
- "@fs/eslint-plugin-zion" : " ^1.5.0 " ,
42
+ "@fs/eslint-plugin-zion" : " ^1.6.1 " ,
43
43
"@typescript-eslint/eslint-plugin" : " ^6.9.1" ,
44
44
"@typescript-eslint/parser" : " ^6.9.1" ,
45
45
"eslint-config-airbnb" : " ^19.0.4" ,
You can’t perform that action at this time.
0 commit comments