0.0.24 • Published 6 years ago

eslint-config-toolkit-base v0.0.24

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 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

6 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago