Skip to content

Commit

Permalink
chore: update eslint / tsconfig for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Jan 25, 2024
1 parent 8f8c021 commit d66ae31
Show file tree
Hide file tree
Showing 28 changed files with 517 additions and 334 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Documentation for this file: https://prettier.io/en/configuration.html

module.exports = {
trailingComma: 'none',
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
Expand All @@ -12,5 +12,5 @@ module.exports = {

// Use .gitattributes to manage newlines
endOfLine: 'lf',
plugins: ['./common/autoinstallers/rush-prettier/node_modules/prettier-plugin-packagejson']
plugins: ['./common/autoinstallers/rush-prettier/node_modules/prettier-plugin-packagejson'],
};
Loading

0 comments on commit d66ae31

Please sign in to comment.