1.1.1 • Published 3 years ago
@manifest-ui/eslint-config v1.1.1
eslint-config-vessel
ESLint config with optional presets extending the eslint recommended settings.
Installation
yarn add --dev eslint eslint-config-vesselUsage
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.