remove css lint

This commit is contained in:
alexcos20 2020-05-18 08:56:02 -07:00
parent 99fa2e965b
commit f6be84e76f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"lint:css": "stylelint --ignore-path .gitignore './**/*.{css,scss}'",
"lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .ts,.tsx .",
"lint:fix": "eslint --fix --ignore-path .gitignore --ignore-path .prettierignore --ext .ts,.tsx .",
"lint": "npm run lint:js && npm run lint:css",
"lint": "npm run lint:js",
"release": "release-it --non-interactive",
"changelog": "auto-changelog -p",
"cypress:run": "cypress run --browser chrome",