1.0.13 • Published 7 years ago

eslint-config-baltimorecounty v1.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

About

This eslint configuration extends the Airbnb's configuration for their Javascript Style Guide. On top of that configuration we have our own namespaces and rules that are slightly different, which are enforced through the "baltimorecounty" configuration.

.eslintrc.json

Create or modify a .eslintrc.json eslint config file in the root of your project. It should read as follows:

{
  "extends": [
    "airbnb/legacy",
    "baltimorecounty"
  ]
}

Installation

You need to install a couple packages in your project before you can lint your javascript

  1. npm install eslint@^3.19.0 --save-dev
  2. npm install eslint-config-airbnb --save-dev
  3. npm install eslint-plugin-import@^2.2.0 --save-dev
  4. npm install eslint-plugin-jsx-a11y@^5.1.1 --save-dev
  5. npm install eslint-config-baltimorecounty --save-dev npm package

Tools

Visual Studio Code

At this time, the best way to enforce these styles is through Visual Studio Code. You need to download the eslint extension in order to use the configuration above.

Gulp

TODO

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago