$
This commit is contained in:
14
node_modules/recast/.prettierrc.js
generated
vendored
Normal file
14
node_modules/recast/.prettierrc.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
printWidth: 80,
|
||||
trailingComma: "all",
|
||||
singleQuote: false,
|
||||
|
||||
overrides: [
|
||||
{
|
||||
files: "*.md",
|
||||
options: {
|
||||
printWidth: 60,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user