aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2019-12-26 18:22:01 +0100
committerGitHub <noreply@github.com>2019-12-26 18:22:01 +0100
commit4b967cb532b34c5d38452a71de6ae6e965858ca0 (patch)
treeacfeff973269ae4fa4d14b81fdb1acfb791c33ca /package.json
parent698a6d274e1c909e4e7be56fa9d15296706464b5 (diff)
parent169f2b097bb7ffcab1b536d66437165e9c4ea2d8 (diff)
downloadwcms-4b967cb532b34c5d38452a71de6ae6e965858ca0.tar.gz
wcms-4b967cb532b34c5d38452a71de6ae6e965858ca0.zip
Merge pull request #31 from n-peugnet/minor-fixes
Chore: minor file changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index e2c0a41..ea3dc0e 100644
--- a/package.json
+++ b/package.json
@@ -15,5 +15,10 @@
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
+ },
+ "prettier": {
+ "tabWidth": 4,
+ "trailingComma": "es5",
+ "singleQuote": true
}
}