mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-31 20:00:38 -05:00
eslint rule
This commit is contained in:
@@ -85,7 +85,8 @@
|
||||
"parser": "@typescript-eslint/parser"
|
||||
},
|
||||
"rules": {
|
||||
"no-unused-vars": "off"
|
||||
"no-unused-vars": "off",
|
||||
"vue/no-unused-components": "on"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user