chore: skip lint for older components

This commit is contained in:
Mo
2022-06-15 10:20:01 -05:00
parent 2225558c42
commit a212156d4c
9 changed files with 51 additions and 51 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"start": "http-server . --cors -p8001 & webpack --progress --config webpack.dev.js",
"components:compile": "webpack --config webpack.prod.js",
"components:lint": "eslint src --ext .js",
"skip:components:lint": "eslint src --ext .js",
"components:lint:fix": "yarn lint --fix",
"components:clean": "rm -rf ./vendor"
},