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

Commit

Permalink
Merge pull request #305 from AtomLinter/greenkeeper/update-all
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
Arcanemagus authored Jan 7, 2017
2 parents 7341618 + 9665d31 commit b94e535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* for that, however as this comes from app.asar it is pre-compiled and is
* essentially "free" as there is no expensive compilation step.
*/
// eslint-disable-next-line import/extensions
// eslint-disable-next-line import/extensions, import/no-extraneous-dependencies
import { CompositeDisposable } from 'atom';

const lazyReq = require('lazy-req')(require);
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"atom-package-deps": "^4.0.1",
"escape-html": "^1.0.3",
"lazy-req": "^1.1.0",
"stylelint": "7.6.0",
"stylelint": "7.7.1",
"stylelint-config-standard": "^15.0.0"
},
"devDependencies": {
"eslint": "^3.8.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1"
"eslint": "^3.12.0",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0"
},
"eslintConfig": {
"rules": {
Expand All @@ -71,7 +71,6 @@
"never"
],
"global-require": "off",
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": [
"error",
{
Expand All @@ -86,7 +85,6 @@
"atom": true
},
"env": {
"es6": true,
"node": true,
"browser": true
}
Expand Down

0 comments on commit b94e535

Please sign in to comment.