Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: remove unnecessary brackets now that "prettier/prettier" rule …
…is no longer an array -- this a purely cosmetic change
  • Loading branch information
DoctorDerek committed Jul 26, 2021
commit c17366ac5cb5068c0af9d52e61fc01bc5b5e6092
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"camelcase": ["error", { "allow": ["^unstable_"] }],
"no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }],
"no-warning-comments": 0,
"prettier/prettier": ["error"]
"prettier/prettier": "error"
}
}