0.0.17 • Published 2 years ago

@nectar-ui/eslint-config v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nectar-ui/eslint-config

ESLint configuration for NectarUi.

Usage

  1. Install the @nectar-ui/eslint-config package using npm or yarn.

Note: Until this ongoing issue with ESLint is fixed, you must also install @rushstack/eslint-patch.

npm install @nectar-ui/eslint-config @rushstack/eslint-patch
// or
yarn add @nectar-ui/eslint-config @rushstack/eslint-patch
  1. Create an ESLint config file (.eslintrc) with the root of your project.
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
	root: true,
	extends: [`@nectar-ui`]
}
0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago