We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8f64c commit 1831997Copy full SHA for 1831997
.eslintrc
@@ -1,6 +1,7 @@
1
{
2
"extends": ["eslint:recommended", "google", "plugin:prettier/recommended"],
3
"plugins": ["prettier"],
4
+ "parser": "babel-eslint",
5
"env": {
6
"node": true,
7
"es6": true
0 commit comments