Skip to content

Commit

Permalink
get our lint config passing
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jan 17, 2024
1 parent fc17cd3 commit 0cd1e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ charset = utf-8
indent_style = space
tab_width = 2
max_line_length = 120
indent_size = 2
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module.exports = {
plugins: [ "editorconfig" ],
extends: [
"plugin:editorconfig/noconflict",
"eslint:recommended",
"plugin:import/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended",
"plugin:prettier/recommended",
"plugin:editorconfig/all",
],
parser: "@babel/eslint-parser",
parserOptions: {
Expand Down

0 comments on commit 0cd1e09

Please sign in to comment.