mirror of
https://gitea.com/actions/stale.git
synced 2026-07-18 03:24:10 +00:00
47a58a6ddf
* Update ESLint and Prettier configurations * Rebuild action * Update package.json
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
semi: true,
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
bracketSpacing: false,
|
|
arrowParens: 'avoid'
|
|
};
|