"unicorn/filename-case": "off",
"unicorn/import-index": "off",
"unicorn/no-unused-properties": "error",
+ "unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
- "unicorn/prefer-query-selector": "off"
+ "unicorn/prefer-node-remove": "off",
+ "unicorn/prefer-query-selector": "off",
+ "unicorn/prefer-text-content": "off",
+ "unicorn/prevent-abbreviations": "off"
}
}
"strict": "error",
"unicorn/filename-case": "off",
"unicorn/no-unused-properties": "error",
+ "unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
- "unicorn/prefer-query-selector": "off"
+ "unicorn/prefer-node-remove": "off",
+ "unicorn/prefer-query-selector": "off",
+ "unicorn/prevent-abbreviations": "off"
}
}
"never"
],
"strict": "error",
- "unicorn/prefer-query-selector": "off"
+ "unicorn/prefer-includes": "off",
+ "unicorn/prefer-node-append": "off",
+ "unicorn/prefer-query-selector": "off",
+ "unicorn/prevent-abbreviations": "off"
}
}