Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 607c53f2 authored by Fazle Rabbi's avatar Fazle Rabbi 💬
Browse files

remove stylelint from lint as it is not being used

parent 22038eeb
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,8 +27,9 @@
		"build": "webpack --node-env production --progress",
		"dev": "webpack --node-env development --progress",
		"watch": "webpack --node-env development --progress --watch",
		"lint": "eslint --ext .js,.vue src && stylelint src css",
		"lint": "eslint --ext .js,.vue src",
		"lint:fix": "eslint --ext .js,.vue src --fix",
		"stylelint": "stylelint src css",
		"stylelint:fix": "stylelint src css --fix",
		"test": "jest",
		"test:coverage": "jest --coverage"