remove coffee-formatter, added coffeelint on test

This commit is contained in:
João Neto 2018-03-03 20:38:58 +00:00
parent ffe5f5fa9a
commit a766cbc34b
2 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,6 @@ before_install:
- composer install
# NPM Version
- npm i -g npm@5.7
# CoffeeScript
- npm install coffee-formatter
# OCaml
# - opam init --auto-setup
# Init environment variables for opam

View File

@ -456,6 +456,7 @@
"prepare": "npm run docs",
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html",
"pretest": "npm lint",
"test": "atom --test spec"
},
"config": {