0.0.24 • Published 5 years ago

eslint-config-toolkit-base v0.0.24

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

eslint-config-toolkit-base

Base ESLint config for @carbon/toolkit projects

Usage

Run the following command using npm:

npm install eslint-config-toolkit-base --save

If you prefer Yarn, use the following command instead:

yarn add eslint-config-toolkit-base

In addition, eslint-config-toolkit-base requires eslint and eslint-plugin-import to be installed. You can install the correct versions of each package by running the following command:

npm info "eslint-config-toolkit-base@latest" peerDependencies

This typically gives you an output like:

{ eslint: '^3.19.0', 'eslint-plugin-import': '^2.2.0' }

Which you can then use like:

npm i eslint@^3.19.0 eslint-plugin-import@^2.2.0 --save-dev

Finally, just add "extends": "toolkit-base" to your .eslintrc.

In addition, we also have a sample project available in the examples folder of this project.

0.0.24

5 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago