mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 05:47:49 +00:00
fix: update ESLint configuration file extension and add Jest globals as a dev dependency
This commit is contained in:
parent
0b341692b6
commit
006364163b
8 changed files with 976 additions and 314 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// 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 = {
|
||||
export default {
|
||||
printWidth: 80,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue