Skip to content

Commit a5371f7

Browse files
authored
Merge pull request #50 from fs-webdev/css-rtl/v11
[v11] add support for logical-over-directional rule
2 parents 1486944 + 64e111e commit a5371f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = {
22
plugins: ['@fs/zion'],
33
rules: {
44
'@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',
57
},
68
overrides: [
79
{

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/eslint-config-frontier-react",
3-
"version": "11.1.0",
3+
"version": "11.2.0",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"engines": {
@@ -39,7 +39,7 @@
3939
"@babel/eslint-parser": "^7.22.15",
4040
"@babel/eslint-plugin": "^7.22.10",
4141
"@babel/preset-react": "^7.22.15",
42-
"@fs/eslint-plugin-zion": "^1.5.0",
42+
"@fs/eslint-plugin-zion": "^1.6.1",
4343
"@typescript-eslint/eslint-plugin": "^6.9.1",
4444
"@typescript-eslint/parser": "^6.9.1",
4545
"eslint-config-airbnb": "^19.0.4",

0 commit comments

Comments
 (0)