@openrail/eslint-config

1.4.1 • Public • Published

@openrail/eslint-config

license npm (scoped) Discord

A default ESLint configuration for use within OpenRail packages

usage

run the following command to add this package to your devDependencies:

yarn add @openrail/eslint-config --dev

ontop of this you may have to install this packages peerDependencies which can be done by running the following command:

yarn add eslint eslint-config-airbnb-base eslint-plugin-import eslint-plugin-mocha eslint-plugin-node --dev 

and then create a .eslint file in the root of your project with the following contents:

{
  "extends": "@openrail"
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @openrail/eslint-config

      Weekly Downloads

      2

      Version

      1.4.1

      License

      MIT

      Unpacked Size

      10.9 kB

      Total Files

      8

      Last publish

      Collaborators

      • carboncollins