Skip to content

Commit

Permalink
Merge pull request #351 from victornpb/undiscord-v5
Browse files Browse the repository at this point in the history
Undiscord v5
  • Loading branch information
victornpb committed May 2, 2022
2 parents e01bf22 + 581b897 commit 5ed7095
Show file tree
Hide file tree
Showing 23 changed files with 21,912 additions and 769 deletions.
33 changes: 33 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"env": {
"es6": true,
"browser": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"indent": ["error", 2],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"no-unused-vars": [
"warn",
{
"args": "none"
}
],
"no-console": "off",
"no-debugger": "warn",
"no-unused-expressions": "error",
"no-trailing-spaces": "error",
"no-undef": "error"

}
}
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Post here instead 👉 https://github.com/victornpb/undiscord/discussions
title: '🛑 DO NOT USE THIS FORM FOR REQUESTS / IDEAS! 🛑'
labels: ''
assignees: ''

---

👇 PLEASE POST YOUR IDEA OR REQUEST HERE INSTEAD 👇
Expand Down

0 comments on commit 5ed7095

Please sign in to comment.