Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/encoding/.prettierrc.js')
-rw-r--r--node_modules/encoding/.prettierrc.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/encoding/.prettierrc.js b/node_modules/encoding/.prettierrc.js
deleted file mode 100644
index 3f83654ec..000000000
--- a/node_modules/encoding/.prettierrc.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
- printWidth: 160,
- tabWidth: 4,
- singleQuote: true,
- endOfLine: 'lf',
- trailingComma: 'none',
- arrowParens: 'avoid'
-};