Skip to content

Commit

Permalink
FFE-130 Upgrade eslint to use latest ffe config
Browse files Browse the repository at this point in the history
  • Loading branch information
kwltrs committed Dec 29, 2016
1 parent 07c706b commit f11ae0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.1.1
* Updgrade eslint to use latest FFE configuration

## v0.1.0

* Initial release
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-tables-react",
"version": "0.1.0",
"version": "0.1.1",
"description": "React implementation of ffe-tables",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,11 +26,11 @@
"budo": "^9.2.1",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"eslint": "^2.8.0",
"eslint-config-ffe": "^5.0.0",
"eslint-plugin-import": "^1.5.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^6.0.0",
"eslint": "^3.12.2",
"eslint-config-ffe": "^6.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.8.0",
"ffe-core": "^8.1.2",
"ffe-icons-react": "2.1.0",
"ffe-tables": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/ResponsiveTable/ResponsiveTable.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*eslint-env mocha*/
import React from 'react';
import { expect } from 'chai';
import { shallow } from 'enzyme';
Expand Down

0 comments on commit f11ae0c

Please sign in to comment.