We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037a1a0 commit 1bc4818Copy full SHA for 1bc4818
codeclimateEslintRules.js
@@ -12,15 +12,6 @@ module.exports = {
12
"plugin:jest/recommended"
13
],
14
"rules": {
15
- "prettier/prettier": [
16
- "warn",
17
- {
18
- "printWidth": 100,
19
- "singleQuote": true,
20
- "trailingComma": "es5",
21
- "semi": false
22
- }
23
- ],
24
"arrow-parens": [
25
1,
26
"as-needed"
es6.js
@@ -10,16 +10,6 @@ module.exports = {
10
sourceType: 'module',
11
},
rules: {
- 'prettier/prettier': [
- 'warn',
- printWidth: 100,
- singleQuote: true,
- trailingComma: 'es5',
- semi: false,
- },
-
// override airbnb overbearing rules
'arrow-parens': [1, 'as-needed'],
'no-console': 'off',
0 commit comments