@aoeu/eslint-config

0.5.2 • Public • Published

@aoeu/eslint-config

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 @aoeu/eslint-config @babel/eslint-plugin eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-mdx eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testcafe

Or, with npm:

npm install -D eslint @aoeu/eslint-config @babel/eslint-plugin eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-mdx eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testcafe

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/eslint-config",
    "@aoeu/eslint-config/react",
    "@aoeu/eslint-config/testing"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @aoeu/eslint-config

Weekly Downloads

15

Version

0.5.2

License

MIT

Unpacked Size

9.24 kB

Total Files

14

Last publish

Collaborators

  • theantichris
  • thomas.jean
  • ryexley