Forked from PSF version of the repo

This commit is contained in:
Chris Troutner
2022-02-05 16:46:25 -08:00
commit 5ff198c391
25 changed files with 63770 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "standard",
"env": {
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 10
},
"rules": {
"no-unused-vars": "off"
}
}