@aoeu/eslint-config-aoeu

0.1.0 • Public • Published

eslint-config-aoeu

This package provides an extensible shared configuration for ESLint that supports The Art of Education University's JavaScript coding standards.

Installation

yarn add -D eslint-config-aoeu

Or, with npm:

npm install -D eslint-config-aoeu

Usage

Create an ESLint configuration file in your project. For our example below, we will use the .eslintrc.js format.

// .eslintrc.js
module.exports = {
  extends: [
    "aoeu",
    "aoeu/react",
    "aoeu/testing"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @aoeu/eslint-config-aoeu

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

7.49 kB

Total Files

14

Last publish

Collaborators

  • theantichris
  • thomas.jean
  • ryexley