0.1.0 • Published 3 years ago
eslint-config-vessel v0.1.0
eslint-config-vessel
ESLint config with optional presets extending the eslint recommended settings.
Installation
yarn add --dev eslint eslint-config-vessel
Usage
Extend the vessel
config in your root .eslintrc.js
.
module.exports = {
root: true,
extends: ['vessel'],
};
Presets
The following additional configs can also be extended, but are not enabled by default.
vessel/react
- Enables the react, react-hooks, and jsx-a11y plugins.
Plugins
0.1.0
3 years ago