Skip to content

Commit a597a07

Browse files
committed
Switch the config to be based on airbnb’s. Fix #1
1 parent 266e015 commit a597a07

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
'use strict';
22

33
module.exports = {
4-
extends: ['eslint:recommended', 'prettier', 'prettier/react'],
5-
parserOptions: {
6-
ecmaFeatures: {
7-
jsx: true,
8-
},
9-
sourceType: 'module',
10-
},
4+
extends: ['airbnb', 'prettier', 'prettier/react'],
115
env: {
126
browser: true,
137
commonjs: true,

0 commit comments

Comments
 (0)