Skip to content

Commit

Permalink
scope fixings for compatibility with transpilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Apr 20, 2023
1 parent 67e68b9 commit f7883d2
Show file tree
Hide file tree
Showing 6 changed files with 3,542 additions and 284 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module.exports = {
env: {
browser: true,
node: true,
es2021: true,
es2020: true,
es2017: true,
es6: true
},

extends: [
"semistandard",
"standard",
"prettier",
"eslint:recommended", "plugin:@typescript-eslint/recommended",
"qcobjects"

],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true
};
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.66
2.4.67
Loading

0 comments on commit f7883d2

Please sign in to comment.