@jamesallardice/eslint-config-base

1.2.0 • Public • Published

@jamesallardice/eslint-config-base

This module provides my personal base ESLint config used for all JavaScript. It supports ES2015+ and numerous environments, including browser and Node.js, out of the box.

Usage

Extend this module in your own ESLint configuration file. You can use either the default parser or babel-eslint. If you're using Babel to compile your code it is recommended that you use babel-eslint. Assuming you are using the default JSON form of .eslintrc that will look something like this:

{
  "extends": "@jamesallardice/eslint-config-base",
  "parser": "babel-eslint"
}

/@jamesallardice/eslint-config-base/

    Package Sidebar

    Install

    npm i @jamesallardice/eslint-config-base

    Weekly Downloads

    2

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • jamesallardice