2.1.6 • Published 9 years ago

eslint-config-ubclaunchpad v2.1.6

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

UBC Launch Pad ESLint Configuration

The JavaScript code standards used at UBC Launch Pad.

Installation

npm install --save-dev eslint-config-ubclaunchpad babel-eslint eslint-plugin-import eslint-plugin-react eslint

Usage

Extend this package in your .eslintrc file

{
	"extends": "eslint-config-ubclaunchpad"
}

Troubleshooting

If you run into issues, verify that the modules you've installed as peer dependencies are the correct version. Check the peerDependencies section of ./node_modules/eslint-config-airbnb/package.json and ensure that the version numbers listed there match the version numbers of the modules you have downloaded. If they don't, you can manually install a particular version of a package, for instance eslint version 2.5.8, using npm install eslint@2.5.8.

2.1.6

9 years ago

2.1.5

9 years ago

2.1.4

9 years ago

2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago