Logo
Explore Help
Sign In
actions/setup-go
3
0
Fork 0
You've already forked setup-go
Code Issues Actions 1 Packages Projects Releases Wiki Activity
setup-go/.prettierrc.js

11 lines
181 B
JavaScript
Raw Normal View History

Add and configure ESLint and update configuration for Prettier (#341) * Turn on ESLint and update Prettier * Update eslint config * Update eslint config * Update dependencies * Update ESLint and Prettier configurations * update package.json * Update prettier command * Update prettier config file * Change CRLF to LF * Update docs * Update docs
2023-03-08 10:45:16 +02:00
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: true,
trailingComma: 'none',
bracketSpacing: false,
arrowParens: 'avoid'
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4+15-g730742230f Page: 351ms Template: 2ms
English
English EspaƱol
Licenses API