Browse Source

package.json

pull/4170/head
Daniel Gibbs 2 years ago
parent
commit
38a9e62b41
No known key found for this signature in database GPG Key ID: 7CA38B43F78F12FE
  1. 3
      .prettierrc
  2. 3
      .prettierrc.json
  3. 2
      package.json

3
.prettierrc

@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-sh"]
}

3
.prettierrc.json

@ -1,3 +0,0 @@
{
"plugins": ["prettier-plugin-sh"]
}

2
package.json

@ -5,7 +5,7 @@
"test": "tests" "test": "tests"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^2.7.1", "prettier": "^2.8.7",
"prettier-plugin-sh": "^0.12.8" "prettier-plugin-sh": "^0.12.8"
}, },
"scripts": { "scripts": {

Loading…
Cancel
Save