🚨(frontend) add lib eslint-config-impress

Create the eslint-config-impress package to share
eslint configuration with all impress projects.
This commit is contained in:
Anthony LC
2024-04-02 12:09:10 +02:00
parent c3e354d727
commit c64b66c797
10 changed files with 11635 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 80,
tabWidth: 2,
};