nice setup with v2 with typescript and now ready to just hound out functions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
es6: true,
|
||||
node: true,
|
||||
},
|
||||
extends: ["eslint:recommended", "google"],
|
||||
rules: {
|
||||
quotes: ["error", "double"],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user