Skip to content

Commit

Permalink
adding eslint config, eslint as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-knoebl committed Jun 22, 2020
1 parent bb2ea54 commit a6f54ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": ["eslint:recommended"],
"parserOptions": {
"ecmaVersion": 2020
},
"env": { "es6": true, "node": true }
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
"@karuga/remark-include": "^0.5.1",
"@karuga/reveal-theme-karuga": "^0.4.0",
"rehype-highlight": "^4.0.0",
"rehype-inline": "^1.3.1",
"rehype-inline": "^1.3.2",
"rehype-raw": "^4.0.2",
"rehype-stringify": "^6.0.1",
"remark-parse": "^8.0.0",
"remark-rehype": "^6.0.0",
"remark-stringify": "^8.0.0",
"unified": "^9.0.0",
"vfile": "^4.1.0"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.0.4"
}
}

0 comments on commit a6f54ed

Please sign in to comment.