Skip to content

Commit

Permalink
Merge pull request #32 from phanect/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
phanect committed Jun 13, 2020
2 parents 8f1292d + 3cd044b commit 2abf7a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
extends: "plugin:@phanect/js",
root: true,

"env": {
"node": true
env: {
node: true,
},
plugins: [ "@phanect" ]
plugins: [ "@phanect" ],
};
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-editorconfig",
"version": "2.1.2",
"version": "2.1.3",
"description": "Report and fix EditorConfig rule violation",
"main": "main.js",
"directories": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"homepage": "https://github.com/phanect/eslint-plugin-editorconfig",
"dependencies": {
"editorconfig": "^0.15.0",
"eslint": "^6.0.0"
"eslint": "^7.0.0"
},
"devDependencies": {
"@phanect/eslint-plugin": "latest",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"mocha": "^7.0.0"
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"mocha": "^8.0.1"
}
}

0 comments on commit 2abf7a9

Please sign in to comment.