mirror of
https://github.com/actions/setup-python.git
synced 2025-07-22 07:18:26 +02:00
Add ESLint, update Prettier
This commit is contained in:
parent
7b9ef6fc5a
commit
ddbb0d5a82
32 changed files with 3659 additions and 505 deletions
11
.prettierrc.js
Normal file
11
.prettierrc.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
|
||||
module.exports = {
|
||||
printWidth: 80,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: false,
|
||||
arrowParens: 'avoid'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue