@littlemissrobot/eslint-config
v4.0.6
Published
Little Miss Robot default eslint configuration/rules
Downloads
104
Maintainers
Readme
Little Miss Robot - Eslint configuration (DEV)
This repository contains our default eslint configuration and approach.
Setup
- Install the dependencies:
npm install
- Test out the linter:
npm run lint
Scripts
| Command | Description |
| -------------- | ---------------------------------------------- |
| npm run lint
| Use eslint to test out the configured linters. |
Structure
| Folder | Description |
| -------------- | ---------------------------------------------------------------------------------------------------------------- |
| linters
| Contains js configuration files for each linter category. |
| tests
| Testing folder during development of the package, should never be published. |
| .eslintrc.js
| Eslint configuration used to test the tests
folder. This file should include the linters defined in linters
. |