netguru / create-react-app

Create React apps with no build configuration.
MIT License
14 stars 6 forks source link

Simplify lint commands #8

Closed virzen closed 7 years ago

virzen commented 7 years ago

Since commands in npm scripts use local packages by default, it's not necessary to specify path to local node_modules/. This PR changes npm scripts: eslint and stylelint to take advantage of that fact.

virzen commented 7 years ago

@paweljedrzejczyk