UNPKG

@amollo-lint/eslint-config-js

Version:
35 lines (26 loc) 735 B
# @amollo-lint/eslint-config-js [![MIT License][license-image]][LICENSE] [![npm version][npm-img]][npm] > ESLint rules for JavaScript ## Installation - **npm** ``` npm install --save-dev @amollo-lint/eslint-config-js eslint ``` - **yarn** ``` yarn add -D @amollo-lint/eslint-config-js eslint ``` ## Usage Set your eslint config to: ``` { "extends": "@amollo-lint/eslint-config-js" } ``` ## Extends - `eslint:recommended` [license-image]: https://img.shields.io/npm/l/format-message.svg [LICENSE]: https://github.com/format-message/format-message/blob/master/LICENSE-MIT [npm-img]: https://img.shields.io/npm/v/@amollo-lint/eslint-config-js.svg?style=flat [npm]: https://www.npmjs.com/package/@amollo-lint/eslint-config-js