Skip to content

Commit

Permalink
chore: Update eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 11, 2020
1 parent ddd67c1 commit c00f6ee
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js
@@ -1,19 +1,8 @@
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: [
'plugin:react/recommended',
'airbnb',
],
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 12,
sourceType: 'module',
},
plugins: [
'react',
],
Expand Down

0 comments on commit c00f6ee

Please sign in to comment.