chapterjason / eslint-config

ESLint configurations used in all mscs projects.

Home Page:https://media-service.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@mscs/eslint-config

The eslint configuration used in all mscs projects.

Installation

Install ESLint, this package and peer dependencies locally.

$ yarn add eslint @mscs/eslint-config --dev

If you are using React in your project also install the React plugin.

$ yarn add eslint-plugin-react --dev

Configuration

Use our preset to get reasonable defaults:

{
  "extends": ["@mscs/eslint-config"]
}

You can also use the specific configuration for NodeJS, browser or browser with React.

  • "extends": ["@mscs/eslint-config/node"]
  • "extends": ["@mscs/eslint-config/browser"]
  • "extends": ["@mscs/eslint-config/browser-react"]

About

ESLint configurations used in all mscs projects.

https://media-service.com/

License:MIT License


Languages

Language:JavaScript 100.0%