Skip to content

Commit

Permalink
#10 refac: use json format instead yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kosalaperera committed Sep 15, 2019
1 parent 1a7d302 commit 2959048
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
20 changes: 20 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"root": true,
"env": {
"es6": true,
"node": true
},
"extends": [
"eslint:recommended"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module"
},
"rules": {
}
}
17 changes: 0 additions & 17 deletions .eslintrc.yaml

This file was deleted.

0 comments on commit 2959048

Please sign in to comment.