Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
breaking: remove wrappers e.g. firecloud/jest becomes firecloud/confi…
Browse files Browse the repository at this point in the history
…gs/jest
  • Loading branch information
andreineculau committed Apr 14, 2019
1 parent 32cc849 commit 578e003
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 45 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In your project's `.eslintrc.js`
```js
module.exports = {
extends: [
'firecloud/node.js'
'firecloud/node'
],
rules: {
'override-some-rule': error
Expand All @@ -23,8 +23,8 @@ If you want to use an addon, it's as easy as doing this in `.eslintrc.js`:
```js
module.exports = {
extends: [
'firecloud/node.js',
'firecloud/jest.js'
'firecloud/node',
'firecloud/configs/jest'
],
rules: {
'override-some-rule': error
Expand All @@ -40,17 +40,18 @@ and running `npm install --dev eslint-plugin-jest@^X.X.X`

Common bundles are provided as following:

- Node.js: `firecloud/node.js`
- Browser: `firecloud/browser.js`
- Node.js: `firecloud/node`
- Browser: `firecloud/browser`

along with these addons that require you to install the plugin manually (semver can be found in `configs` folder):

- `@typescript-eslint/eslint-plugin@^1.4.2`: `firecloud/typescript.js`
- `eslint-plugin-jasmine@^2.10.1`: `firecloud/jasmine.js`
- `eslint-plugin-jest@^22.1.0`: `firecloud/jest.js`
- `eslint-plugin-mocha@^5.2.0` (with Chai): `firecloud/mocha.js`
- `eslint-plugin-protractor@^1.41.1`: `firecloud/protractor.js`
- `eslint-plugin-vue@^5.2.2`: `firecloud/vue.js`
- `@typescript-eslint/eslint-plugin@^1.4.2`: `firecloud/configs/typescript`
- `eslint-plugin-jasmine@^2.10.1`: `firecloud/configs/jasmine`
- `eslint-plugin-jest@^22.1.0`: `firecloud/configs/jest`
- `eslint-plugin-mocha@^5.2.0` (with Chai): `firecloud/configs/mocha`
- `eslint-plugin-protractor@^1.41.1`: `firecloud/configs/protractor`
- `eslint-plugin-vue@^5.2.2`: `firecloud/configs/vue`


## Guiding Principles

Expand Down
5 changes: 0 additions & 5 deletions jasmine.js

This file was deleted.

5 changes: 0 additions & 5 deletions jest.js

This file was deleted.

5 changes: 0 additions & 5 deletions mocha.js

This file was deleted.

4 changes: 0 additions & 4 deletions no-ide.js

This file was deleted.

5 changes: 0 additions & 5 deletions protractor.js

This file was deleted.

5 changes: 0 additions & 5 deletions typescript.js

This file was deleted.

5 changes: 0 additions & 5 deletions vue.js

This file was deleted.

0 comments on commit 578e003

Please sign in to comment.