UNPKG

@michaeljaltamirano/eslint-plugin

Version:

Strongly-opinionated ESLint config

54 lines (34 loc) 894 B
# @michaeljaltamirano/eslint-plugin Strongly-opinionated ESLint configuration. Currently there are no additional rules added via the plugin, so it is purely configuration. It was setup as a plugin in the event bespoke rules are added in the future. ## Usage ### Installation `yarn add @michaeljaltamirano/eslint-plugin --dev` or `npm install @michaeljaltamirano/eslint-plugin --saveDev` ### All ```json "extends": "plugin:@michaeljaltamirano/all" ``` ### Base ```json "extends": "plugin:@michaeljaltamirano/base" ``` ### Cypress ```json "extends": "plugin:@michaeljaltamirano/cypress" ``` ### Jest ```json "extends": "plugin:@michaeljaltamirano/jest" ``` ### Prettier ```json "extends": "plugin:@michaeljaltamirano/prettier" ``` ### React ```json "extends": "plugin:@michaeljaltamirano/react" ``` ### TypeScript ```json "extends": "plugin:@michaeljaltamirano/typescript" ```