Skip to content

Commit 253f6da

Browse files
committed
eslint added
1 parent 0428cff commit 253f6da

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "astur"
3+
}

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@
44
"description": "Easy to use asynchronous job queue. Successor of 'caolan/async.queue'.",
55
"main": "index.js",
66
"author": "astur <[email protected]> (http://kozlov.am/)",
7+
"scripts": {
8+
"test": "eslint ."
9+
},
710
"repository": {
811
"type": "git",
912
"url": "https://github.com/astur/tress.git"
1013
},
11-
"engines" : {
12-
"node" : ">8.0.0"
14+
"engines": {
15+
"node": ">8.0.0"
16+
},
17+
"devDependencies": {
18+
"eslint": "^4.7.2",
19+
"eslint-config-astur": "0.0.2"
1320
},
1421
"keywords": [
1522
"async",

0 commit comments

Comments
 (0)