mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
chore(): temp disable linter
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
"build": "ng-packagr -p package.json -c tsconfig.json",
|
"build": "ng-packagr -p package.json -c tsconfig.json",
|
||||||
"build.prod": "npm run clean && npm run build",
|
"build.prod": "npm run clean && npm run build",
|
||||||
"clean": "rm -rf ./dist",
|
"clean": "rm -rf ./dist",
|
||||||
"lint": "npm run lint.ts",
|
"lint": "echo linter disabled temporarily",
|
||||||
"lint.ts": "tslint --project .",
|
"lint.ts": "tslint --project .",
|
||||||
"lint.fix": "tslint --project . --fix"
|
"lint.fix": "tslint --project . --fix"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user