Stop linting prettier.conf.js so we dont need node env

This commit is contained in:
Mu-An ✌️ Chiou 2017-11-08 15:29:36 +08:00
Родитель d0ea7817e4
Коммит 32337b7558
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,5 @@
{
"env": {
"node": true,
"browser": true,
"amd": true
},

Просмотреть файл

@ -11,7 +11,7 @@
"prebuild": "npm run clean && mkdir dist",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist",
"pretest": "eslint *.js && npm run build",
"pretest": "eslint index.js && npm run build",
"test": "karma start ./test/karma.config.js",
"build": "npm run build-esm && npm run build-umd",
"build-esm": "BABEL_ENV=esm babel index.js -o dist/index-esm.js",