Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, covert, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp authored and ljharb committed Jan 21, 2019
1 parent 7ccaf41 commit f07eeb2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -5,6 +5,7 @@

"rules": {
"max-statements": [2, 14],
"no-extra-parens": [1]
"no-extra-parens": [1],
"no-magic-numbers": 0
}
}
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -35,10 +35,10 @@
],
"dependencies": {},
"devDependencies": {
"tape": "^4.2.1",
"covert": "^1.1.0",
"eslint": "^1.6.0",
"@ljharb/eslint-config": "^1.3.0"
"@ljharb/eslint-config": "^13.1.1",
"covert": "^1.1.1",
"eslint": "^5.12.1",
"tape": "^4.9.2"
},
"testling": {
"files": "test.js",
Expand All @@ -63,4 +63,3 @@
"node": ">= 0.4"
}
}

0 comments on commit f07eeb2

Please sign in to comment.