Skip to content

Commit

Permalink
Merge pull request #214 from lecepin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Mar 31, 2022
2 parents 9a1b8b4 + 4ed6eb3 commit 075bdd3
Show file tree
Hide file tree
Showing 7 changed files with 9,449 additions and 17,856 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
root: true,
env: {
node: true,
es6: true
},
extends: ["plugin:vue/vue3-strongly-recommended", "eslint:recommended"],
parserOptions: {
ecmaVersion: 8,
requireConfigFile: false,
parser: "@babel/eslint-parser",
},
rules: {},
};
14 changes: 0 additions & 14 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 075bdd3

Please sign in to comment.