Skip to content

Commit

Permalink
chore: remove eslines (#4565)
Browse files Browse the repository at this point in the history
* chore: remove `eslines`

* chore: remove `eslines` from `eslint` npm script

* chore: remove JSON formatter from `eslint` npm script
  • Loading branch information
ntwb authored and gziolo committed Jan 18, 2018
1 parent e9f38ae commit f9486f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
11 changes: 0 additions & 11 deletions .eslines.json

This file was deleted.

38 changes: 0 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"deep-freeze": "0.0.1",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "1.1.0",
"eslines": "1.1.0",
"eslint": "4.9.0",
"eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "21.5.0",
Expand Down Expand Up @@ -137,7 +136,7 @@
"prebuild": "check-node-version --package",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"gettext-strings": "cross-env BABEL_ENV=gettext webpack",
"lint": "eslint -f json . | eslines",
"lint": "eslint .",
"lint-php": "docker-compose run --rm composer run-script lint",
"predev": "check-node-version --package",
"dev": "cross-env BABEL_ENV=default webpack --watch",
Expand Down

0 comments on commit f9486f1

Please sign in to comment.