We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e5d58 commit b9a4855Copy full SHA for b9a4855
2 files changed
packages/eslint/core.js
@@ -60,8 +60,8 @@ module.exports = {
60
],
61
62
// who doesn't love a good nested ternary?
63
- 'no-nested-ternary': 'off',
64
- 'unicorn/no-nested-ternary': 'off',
+ 'no-nested-ternary': 'warn',
+ 'unicorn/no-nested-ternary': 'warn',
65
66
// I'm not sure what issue this one is trying to prevent. it's fine; use those unescaped entities
67
'react/no-unescaped-entities': 'off',
packages/eslint/package.json
@@ -5,7 +5,7 @@
5
"publishConfig": {
6
"access": "public"
7
},
8
- "version": "10.1.0",
+ "version": "10.1.1",
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/GrowflowTeam/javascript.git"
0 commit comments