add prettier, update a few rules

This commit is contained in:
RingOfStorms (Joshua Bell) 2021-05-06 16:24:46 -05:00
parent c52a6a5d93
commit 71c67f66de
No known key found for this signature in database
GPG key ID: 674883DFE7C77047
8 changed files with 164 additions and 50 deletions

2
react.js vendored
View file

@ -9,7 +9,7 @@ module.exports = {
'plugin:react/recommended',
'plugin:import/react',
'plugin:css-modules/recommended',
'prettier/react',
'prettier',
],
env: {
browser: true,