@allthings/eslint-config

2.1.1 • Public • Published

eslint-config-allthings

ESlint shareable config for Allthings style

Setup

yarn add -DE @allthings/eslint-config

Usage

Add this to your .eslintrc.js

React projects

module.exports = {
  extends: ['@allthings/eslint-config'],
}

Node.js projects

module.exports = {
  extends: ['@allthings/eslint-config/node'],
}

Deployment

Publishing to npm

yarn deploy

Development

Run yarn link in the project folder

Run yarn link @allthings/eslint-config in the project that you want to test it against

After you finish run in your project yarn unlink @allthings/eslint-config and then yarn install --force to restore the initial state of dependencies

Package Sidebar

Install

npm i @allthings/eslint-config

Weekly Downloads

303

Version

2.1.1

License

MIT

Unpacked Size

26.8 kB

Total Files

6

Last publish

Collaborators

  • egeallthings
  • dmz23