2.2.4 • Published 7 years ago

generic-js-env v2.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

generic-js-env

The generic-js-env npm package can be used to populate the root directory of a JavaScript project with the various setting files for the linter/hinter and editor.

npm install --save-dev generic-js-env

Will create following files in the root of the project:

  • .editorconfig
  • .eslintrc
  • .gitattributes
  • .jscrc
  • .jshintrc

If you need also .babelrc and its settings, also specify the babel-env package, which includes Babel:

npm install --save-dev babel-env

Includes packages

Most of our JavaScript projects need rimraf and require-self. They will be installed together with generic-js-env.

Notes

With the linter-jscs 1.7.3 in atom 4.0.1, files which have multiple very long lines make the editor drop to a crawl. See issue.

For now, the only solution I've come up is to extend the limit for maximumLineLength to a large number, such as 200.

2.2.4

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.9.2

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago