We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4faa8 commit df3fe0aCopy full SHA for df3fe0a
1 file changed
webapp/.eslintrc.js
@@ -2,6 +2,7 @@ module.exports = {
2
extends: [
3
'airbnb',
4
],
5
+ parser: 'babel-eslint',
6
rules: {
7
// Turn off some rules so that we can improve the code step by step
8
'class-methods-use-this': 0,
0 commit comments