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

11 lines
181 B
JavaScript
Raw Normal View History

Add and configure ESLint and update configuration for Prettier (#458) * Add ESLint config and update Prettier * Update test files * Rebuild action * Update docs * Update licenses * Update tsconfig * Rebuild action * Update tsconfig.json * Fix console.time calls * Rebuild action * Rebuild action on Linux
2023-03-09 14:49:35 +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: 597ms Template: 2ms
English
English EspaƱol
Licenses API