Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare 5.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Dec 7, 2015
1 parent 305e550 commit 34f10b6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-eslint",
"main": "./lib/main",
"activationCommands": [],
"version": "5.2.5",
"version": "5.2.6",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down Expand Up @@ -43,14 +43,16 @@
"no-console": 0,
"no-new": 0,
"no-extra-semi": 1,
"semi": 0,
"func-names": 0,
"strict": [0, "never"],
"comma-dangle": 0,
"semi": [
2,
"never"
]
],
"func-names": 0,
"strict": [
0,
"never"
],
"comma-dangle": 0
},
"extends": "airbnb/base",
"parser": "babel-eslint",
Expand Down

0 comments on commit 34f10b6

Please sign in to comment.