Add Cloud Functions ESLint settings
This commit is contained in:
14
functions/.eslintrc.js
Normal file
14
functions/.eslintrc.js
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
module.exports = {
|
||||||
|
root: true,
|
||||||
|
env: {
|
||||||
|
es6: true,
|
||||||
|
node: true,
|
||||||
|
},
|
||||||
|
extends: [
|
||||||
|
"eslint:recommended",
|
||||||
|
"google",
|
||||||
|
],
|
||||||
|
rules: {
|
||||||
|
quotes: ["error", "double"],
|
||||||
|
},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user