@oncoursesystems/eslint-config-sencha

0.1.1 • Public • Published


@oncoursesystems/eslint-config-sencha

OnCourse Systems' Sencha ESLint configuration and rules.

NPM version OnCourse Systems ESLint config is released under the MIT license.

Installation

With npm:

npm install eslint @oncoursesystems/eslint-config-sencha --save-dev

Or using yarn:

yarn add eslint @oncoursesystems/eslint-config-sencha -D

Setup

Create an .eslintrc.js file with the following:

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

Usage

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

yarn lint

Package Sidebar

Install

npm i @oncoursesystems/eslint-config-sencha

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.32 kB

Total Files

5

Last publish

Collaborators

  • joegeary