1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

Revert "Move prettier config to package.json"

This reverts commit 1c4fe717c5.
This commit is contained in:
Jon Rohan 2021-04-06 08:17:08 -07:00
parent 820b1414c7
commit 12b5d9b8c4
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 2 additions and 2 deletions

View File

@ -101,6 +101,5 @@
"requireConfigFile": false
},
"parser": "@babel/eslint-parser"
},
"prettier": "@github/prettier-config"
}
}

1
prettier.config.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('@github/prettier-config')