UNPKG

eslint-config-8select

Version:
26 lines (18 loc) 536 B
# eslint-config-8select ## Installation ``` # Install `eslint-config-8select`: $ yarn add -D eslint-config-8select ``` ## Usage Once you installed `eslint-config-8select`, you can use it by specifying `8select` in the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring). ```js { "extends": "8select", "rules": { // Additional, per-project rules... } } ``` ## License MIT © 8select Software GmbH