@first-lego-league/eslint-config

0.1.0 • Public • Published

JS-Standard

ESLint Config for all JavaScript Official Projects

An ESLint Shareable Config for FIRST Lego League JS Projects

Based on JavaScript Standard Style

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Run the following command:

yarn add --dev @first-lego-league/eslint-config \
  eslint-plugin-chai-friendly \
  eslint-config-standard \
  eslint-plugin-import \
  eslint-plugin-node \
  eslint-plugin-promise \
  eslint-plugin-standard

Then, add this to your .eslintrc.yml file:

extends: "@first-lego-league"

Note: We omitted the /eslint-config suffix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Readme

Keywords

none

Package Sidebar

Install

npm i @first-lego-league/eslint-config

Weekly Downloads

1

Version

0.1.0

License

GPL-3.0

Unpacked Size

50 kB

Total Files

15

Last publish

Collaborators

  • alanggreen
  • idanstark42
  • roy999
  • taltaub22
  • yosikarl