🔥 remove linting (#2998)
Co-authored-by: Kelly Mears <developers@tinypixel.dev>
This commit is contained in:
@@ -10,21 +10,13 @@
|
||||
"scripts": {
|
||||
"dev": "bud dev",
|
||||
"build": "bud build",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"lint:js": "eslint resources/scripts",
|
||||
"lint:css": "stylelint \"resources/**/*.{css,scss,vue}\"",
|
||||
"test": "npm run lint",
|
||||
"translate": "npm run translate:pot && npm run translate:js",
|
||||
"translate:pot": "wp i18n make-pot . ./resources/lang/sage.pot --ignore-domain --include=\"app,resources\"",
|
||||
"translate:js": "wp i18n make-json ./resources/lang --pretty-print"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@roots/bud": "5.5.0",
|
||||
"@roots/bud-eslint": "5.5.0",
|
||||
"@roots/bud-prettier": "5.5.0",
|
||||
"@roots/bud-stylelint": "5.5.0",
|
||||
"@roots/bud-tailwindcss": "5.5.0",
|
||||
"@roots/eslint-config": "5.5.0",
|
||||
"@roots/sage": "5.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user