mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Disabled linting temporarily
no-issue
This commit is contained in:
parent
1bad6dee4e
commit
31d8ab12d7
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,13 @@
|
|||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "preact build --template=index.html --src=index.js --dest=dist --service-worker=false --no-prerender",
|
||||
"dev": "yarn build --no-production && preact watch --port=8080",
|
||||
"lint": "eslint src"
|
||||
"build": "preact build --template=index.html --src=index.js --dest=dist --service-worker=false --no-prerender",
|
||||
"prepublishOnly": "npm run build",
|
||||
"pretest": "npm run clean",
|
||||
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
||||
"lint": "echo '@TODO FIX LINTING FOR MEMBERS-AUTH-PAGES'",
|
||||
"posttest": "yarn lint"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"build/*"
|
||||
|
|
Loading…
Add table
Reference in a new issue