Skip to content

Commit

Permalink
Add import plugin and test environment settings
Browse files Browse the repository at this point in the history
Add eslint-plugin-import
> https://github.com/benmosher/eslint-plugin-import#readme

Add test env jest / mocha
> Included in `@fiverr/fiverr`:
> - `base`: Just the set of rules
> - `es6`: New ES support and rules
> - `react`: React specific rules and `eslint-plugin-react` plugin
>
> Need to be added explicitly:
> - `jest`
> - `mocha`
  • Loading branch information
omrilotan committed Jul 29, 2019
1 parent d6f21d6 commit 7054cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiverr/eslint-config-fiverr",
"moduleName": "eslint-config-fiverr",
"version": "3.0.0",
"version": "3.1.0",
"description": "Fiverr's ESLint config",
"author": "Fiverr",
"license": "MIT",
Expand Down

0 comments on commit 7054cb8

Please sign in to comment.