UNPKG

import-sort-style-module-and-prefix

Version:

An [import sort](https://github.com/renke/import-sort) style based on [`import-sort-style-module`](https://github.com/renke/import-sort/tree/master/packages/import-sort-style-module) that support extra groupings by path prefix.

33 lines (32 loc) 820 B
{ "name": "import-sort-style-module-and-prefix", "version": "0.1.3", "main": "lib/index.js", "homepage": "https://github.com/ronyclau/import-sort-style-module-and-prefix#readme", "bugs": "https://github.com/ronyclau/import-sort-style-module-and-prefix/issues", "repository": { "url": "https://github.com/ronyclau/import-sort-style-module-and-prefix", "type": "git" }, "keywords": ["import-sort"], "author": "Ron Lau <ron@ronlau.hk>", "license": "MIT", "devDependencies": { "import-sort-parser": "^6.0.0", "import-sort-style": "^6.0.0", "prettier": "^1.19.1", "typescript": "^3.7.4" }, "scripts": { "build": "tsc -p tsconfig.build.json" }, "files": [ "/lib" ], "dependencies": { "cosmiconfig": "^6.0.0" }, "engines": { "node": ">=8.2.0" } }