This package has been deprecated

Author message:

Not maintained anymore.

s15e-javascript

0.8.13 • Public • Published

JavaScript Coding Standards
Downloads Downloads Dependencies

Pool of configuration files and relevant plugins for typical linters.

Links

Usage

You can copy the relevant files into your own project like .editorconfig. For ESLint/Stylelint there is a more sophisticated approach: The configuration can be included like this:

extends:
  "./node_modules/s15e-javascript/.eslintrc.yml"
extends:
  "./node_modules/s15e-javascript/.stylelintrc.yml"

We also bundle the whole tooling aspect in here. You can just include our gulpfile.js into yours to have easy access to some common tasks like lint:js, lint:css, fix:js, fix:css.

Copyright

Sebastian Software GmbH Logo

Copyright 2015-2017-2016
Sebastian Software GmbH

Package Sidebar

Install

npm i s15e-javascript

Weekly Downloads

109

Version

0.8.13

License

Apache-2.0

Last publish

Collaborators

  • swernerx