You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Eli Perelman 3474a952d3 Lint base v4.3.1 8 years ago
..
src Fixing neutrino.custom.eslintrc to not except (#68) 8 years ago
README.md Introduce lint base to make lint preset creation much easier (#41) 8 years ago
package.json Lint base v4.3.1 8 years ago
yarn.lock Add custom method for generating an eslintrc config (#63) 8 years ago

README.md

Neutrino Lint Base

NPM version NPM downloads Join Slack

neutrino-lint-base is an abstract Neutrino preset base that makes creating ESLint-based presets simpler. By creating a linting preset that extends from neutrino-lint-base, the development overhead and dependencies needed can be significantly reduced. Use it as a baseline to create your own linting presets easier and more quickly.

Documentation

See the Neutrino docs for details on installation, getting started, usage, and customizing.