Skip to content

[v11] add support for logical-over-directional rule #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module.exports = {
plugins: ['@fs/zion'],
rules: {
'@fs/zion/prefer-zion-render': 'off',
// TODO: consider renaming this file since it effects more than Jest tests
'@fs/zion/logical-over-directional': 'warn',
},
overrides: [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/eslint-config-frontier-react",
"version": "11.1.0",
"version": "11.2.0",
"description": "A common ESLint configuration setup for frontier apps",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@babel/preset-react": "^7.22.15",
"@fs/eslint-plugin-zion": "^1.5.0",
"@fs/eslint-plugin-zion": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-config-airbnb": "^19.0.4",
Expand Down