some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / filename-regex / index.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/filename-regex/index.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/filename-regex/index.js
deleted file mode 100644 (file)
index bb1888b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/*!
- * filename-regex <https://github.com/regexps/filename-regex>
- *
- * Copyright (c) 2014-2015, Jon Schlinkert
- * Licensed under the MIT license.
- */
-
-module.exports = function filenameRegex() {
-  return /([^\\\/]+)$/;
-};