Improve linting and code styles configuration and npm scripts

This commit is contained in:
swevictor 2023-08-16 15:27:17 +02:00
parent 38a235eddf
commit cc04d1ea0c
2 changed files with 8 additions and 6 deletions

View file

@ -13,6 +13,7 @@ module.exports = {
root: true,
extends: [
'airbnb-base',
'eslint-config-prettier', // Prefers Prettier's formatting
// 'prettier',
// 'plugin:prettier/recommended'
],