mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-14 16:29:04 +00:00
💅 Update ESLint scope (#204)
* lint: let eslint lint all js files in project && auto-fix
* lint: ignore dist, unignore eleventy config
* del unused minified file
* 💅
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"build:site": "eleventy",
|
||||
"create-definitions": "bin/create-definitions",
|
||||
"lint": "concurrently npm:lint:*",
|
||||
"lint:css": "stylelint \"assets/css/**/*.scss\"",
|
||||
"lint:js": "eslint \"11ty/**/*.js\"",
|
||||
"lint:css": "stylelint \"assets/css/**/*.scss\" --fix",
|
||||
"lint:js": "eslint \"**/*.js\" --fix",
|
||||
"lint:markdown": "markdownlint '**/*.md' --ignore node_modules",
|
||||
"serve": "concurrently \"npm run serve:site\" \"npm run watch:css\"",
|
||||
"serve:site": "eleventy --serve",
|
||||
|
||||
Reference in New Issue
Block a user