Skip to content

Commit f9e9fe1

Browse files
committed
I say not to use standard or standard-react because frontier already uses airbnb as the base
1 parent 32fca60 commit f9e9fe1

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

demo/test/snapshots/lint-output.js.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ Generated by [AVA](https://ava.li).
2020
"globals": {},␊
2121
"parser": "/home/vetaz/fs-webdev/eslint-config-tree/node_modules/@babel/eslint-parser/lib/index.cjs",␊
2222
"parserOptions": {␊
23-
"ecmaVersion": 2021,␊
23+
"ecmaVersion": 12,␊
24+
"sourceType": "module",␊
25+
"requireConfigFile": false,␊
2426
"ecmaFeatures": {␊
25-
"jsx": true,␊
2627
"generators": false,␊
27-
"objectLiteralDuplicateProperties": false␊
28+
"objectLiteralDuplicateProperties": false,␊
29+
"jsx": true␊
2830
},␊
29-
"sourceType": "module",␊
30-
"requireConfigFile": false,␊
3131
"babelOptions": {␊
3232
"presets": [␊
3333
"@babel/preset-react"␊
3434
]␊
3535
}␊
3636
},␊
3737
"plugins": [␊
38+
"react",␊
3839
"jsx-a11y",␊
40+
"react-hooks",␊
3941
"@babel",␊
4042
"json",␊
4143
"jest",␊
4244
"jest-dom",␊
4345
"testing-library",␊
4446
"@fs/zion",␊
4547
"you-dont-need-lodash-underscore",␊
46-
"react-hooks",␊
47-
"react",␊
4848
"prettier",␊
4949
"test-selectors",␊
5050
"sonarjs",␊
@@ -2449,11 +2449,11 @@ Generated by [AVA](https://ava.li).
24492449
"react/jsx-no-bind": [␊
24502450
"error",␊
24512451
{␊
2452-
"allowArrowFunctions": true,␊
2453-
"allowBind": false,␊
24542452
"ignoreRefs": true,␊
2453+
"allowArrowFunctions": true,␊
24552454
"allowFunctions": false,␊
2456-
"ignoreDOMComponents": false␊
2455+
"allowBind": false,␊
2456+
"ignoreDOMComponents": true␊
24572457
}␊
24582458
],␊
24592459
"react/jsx-no-comment-textnodes": [␊
@@ -2648,7 +2648,7 @@ Generated by [AVA](https://ava.li).
26482648
"error"␊
26492649
],␊
26502650
"react/no-unknown-property": [␊
2651-
"error"␊
2651+
"off"␊
26522652
],␊
26532653
"react/no-unsafe": [␊
26542654
"off"␊
@@ -2689,7 +2689,7 @@ Generated by [AVA](https://ava.li).
26892689
}␊
26902690
],␊
26912691
"react/prop-types": [␊
2692-
"error",␊
2692+
"off",␊
26932693
{␊
26942694
"ignore": [],␊
26952695
"customValidators": [],␊
@@ -3563,10 +3563,6 @@ Generated by [AVA](https://ava.li).
35633563
"jest": {␊
35643564
"version": 29␊
35653565
},␊
3566-
"react": {␊
3567-
"version": "detect",␊
3568-
"pragma": "React"␊
3569-
},␊
35703566
"import/extensions": [␊
35713567
".ts",␊
35723568
".tsx",␊
@@ -3598,6 +3594,10 @@ Generated by [AVA](https://ava.li).
35983594
"node_modules",␊
35993595
"\\\\.(coffee|scss|css|less|hbs|svg|json)$"␊
36003596
],␊
3597+
"react": {␊
3598+
"pragma": "React",␊
3599+
"version": "detect"␊
3600+
},␊
36013601
"propWrapperFunctions": [␊
36023602
"forbidExtraProps",␊
36033603
"exact",␊
2 Bytes
Binary file not shown.

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
},
88
extends: [
99
'@fs/eslint-config-frontier-react',
10-
'standard-react',
1110
'@fs/eslint-config-frontier-react/typescript',
1211
'@fs/eslint-config-frontier-react/prettierSetup',
1312
],

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
"@babel/eslint-parser": "^7.19.1",
2626
"@fs/eslint-config-frontier-react": "^11.0.0-alpha.4",
2727
"eslint": "^8.34.0",
28-
"eslint-config-standard": "^17.0.0",
29-
"eslint-config-standard-react": "^13.0.0",
3028
"eslint-plugin-bestpractices": "git+https://github.com/skye2k2/eslint-plugin-bestpractices.git",
3129
"eslint-plugin-deprecate": "^0.7.0",
3230
"eslint-plugin-html": "^7.1.0",

0 commit comments

Comments
 (0)