generated from nhcarrigan/template
feat: initial theming
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export default [
|
||||
// This causes a circular fix error?
|
||||
"stylistic/no-multi-spaces": "off",
|
||||
// This must be off because this is not a module.
|
||||
"import/extensions": "off",
|
||||
"import/extensions": [ "error", "never" ],
|
||||
// This is a web app
|
||||
"no-console": "off",
|
||||
// Sometimes a component class will be empty. Not all components require logic.
|
||||
|
||||
Reference in New Issue
Block a user