Skip to content

Commit

Permalink
Merge pull request #2098 from krish-italiya/issue-#1
Browse files Browse the repository at this point in the history
Issue #1
  • Loading branch information
dantharejabot committed Nov 21, 2023
2 parents 97e1d5f + a405035 commit 7e6dded
Show file tree
Hide file tree
Showing 4 changed files with 1,142 additions and 776 deletions.
26 changes: 12 additions & 14 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
module.exports = {
"extends": "airbnb-base",
"env": {
"node":true,
"mocha": true,
"es6": true,
extends: "airbnb-base",
env: {
node: true,
mocha: true,
es6: true,
},
"globals": {
"expect": true,
"sinon": true,
globals: {
expect: true,
sinon: true,
},
"plugins": [
"import"
],
"rules": {
plugins: ["import"],
rules: {
"no-underscore-dangle": 0,
}
};
},
};
Loading

0 comments on commit 7e6dded

Please sign in to comment.