mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Remove auto-formatting temporarily
This commit is contained in:
parent
a563a8bccc
commit
d782d78f2a
@ -3,7 +3,6 @@ node_js:
|
||||
- "12"
|
||||
script:
|
||||
- npm run eslint
|
||||
- npm run prettier-check
|
||||
- npm run test -- --failTaskOnError --suppressPassed
|
||||
|
||||
after_success:
|
||||
|
@ -50,11 +50,6 @@
|
||||
"prettier": "2.3.2",
|
||||
"pretty-quick": "^3.1.1"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "eslint && pretty-quick --staged"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"jsdoc": "jsdoc ./lib -R ./README.md -d doc",
|
||||
"eslint": "eslint \"./**/*.js\" --cache --quiet",
|
||||
|
Loading…
Reference in New Issue
Block a user