mirror of
https://github.com/actions/labeler
synced 2026-05-05 03:07:49 +02:00
Add and configure ESLint and update configuration for Prettier (#508)
* Add ESLint and update Prettier * Rebuild action * Update package.json
This commit is contained in:
10
.prettierrc.js
Normal file
10
.prettierrc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
printWidth: 80,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: false,
|
||||
arrowParens: 'avoid'
|
||||
};
|
||||
Reference in New Issue
Block a user