setup a eslint/prettier setup with plugins, and a basic webpack setup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: [require('prettier-plugin-sort-json'), require('prettier-plugin-packagejson')],
|
||||
printWidth: 100,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
|
||||
Reference in New Issue
Block a user