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

@@ -6,7 +6,7 @@
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",
"scripts": {
"components:lint": "eslint --ext .js .",
"skip:components:lint": "eslint --ext .js .",
"components:compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot"
},