Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit d96acbf

Browse files
committed
Remove all defaults
1 parent c97d07d commit d96acbf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-config-airbnb": "^12.0.0",
4747
"eslint-config-airbnb-base": "^8.0.0",
4848
"eslint-plugin-html": "^1.5.3",
49-
"eslint-plugin-import": "^2.0.0",
49+
"eslint-plugin-import": "^1.16.0",
5050
"eslint-plugin-jsx-a11y": "^2.2.2",
5151
"eslint-plugin-react": "^6.3.0",
5252
"istanbul": "^0.4.5",

src/options.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@ export default {
33
customAttrSurround: [[/@/, new RegExp('')], [/:/, new RegExp('')]],
44
collapseWhitespace: true,
55
removeComments: true,
6-
collapseBooleanAttributes: true,
7-
removeAttributeQuotes: true,
8-
// this is disabled by default to avoid removing
9-
// "type" on <input type="text">
10-
removeRedundantAttributes: false,
11-
useShortDoctype: true,
12-
removeEmptyAttributes: true,
13-
removeOptionalTags: true,
146
},
157
};

0 commit comments

Comments
 (0)