@outofsync/eslint-config-ooss

1.0.0 • Public • Published

eslint-config-ooss

This is the Out of Sync Studios eslint common configuration for multiple Node development environments.

Installation

$ npm install @outofsync/eslint-config-ooss

or

$ yarn add @outofsync/eslint-config-ooss

Usage

This eslint config plugin provides a common environment and one extension for front-end specific rules.

To use this plugin install module as noted above and then edit the .eslintrc.json file in the root of your project to look like below.

{
  "extends": "@outofsync/eslint-config-ooss",
  "rules": {
    ...
  }
}

This will include the common definitions. Note: Any addtional rules that appear in the rules section will override the base settings.

You can also specify to add the front-end extensions as follows:

{
  "extends": [
    "@outofsync/eslint-config-ooss",
    "@outofsync/eslint-config-ooss/frontend-extension"
  ],
  "rules": {
    ...
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @outofsync/eslint-config-ooss

Weekly Downloads

1

Version

1.0.0

License

UNLICENSED

Unpacked Size

15.1 kB

Total Files

11

Last publish

Collaborators

  • skycoop
  • chronosis