Skip to content

Commit

Permalink
actualy use the versions we are using today
Browse files Browse the repository at this point in the history
  • Loading branch information
HarNys committed Nov 5, 2018
1 parent 9911dc8 commit 709b3c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ module.exports = {
},
},
"plugins": [
"react"
"react",
"import",
"eslint-plugin-flowtype"
],
"rules": {
"no-trailing-spaces": 2,
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tripletex",
"version": "1.0.0",
"version": "1.1.0",
"description": "Eslint preset for Tripletex AS projects",
"main": "index.js",
"scripts": {
Expand All @@ -19,12 +19,13 @@
"license": "MIT",
"homepage": "https://github.com/Tripletex/eslint-config-tripletex#readme",
"dependencies": {
"eslint-config-airbnb": "17.1.0"
"eslint-config-airbnb": "16.1.0"
},
"peerDependencies": {
"eslint": "5.8.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.0"
"eslint": "4.12.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.5.1"
}
}

0 comments on commit 709b3c3

Please sign in to comment.