UNPKG

import-sort-style-absolute

Version:

Style for import-sort which is compatible with eslint-plugin-import's import/first rule with absolute-first option

37 lines (36 loc) 971 B
{ "name": "import-sort-style-absolute", "version": "1.0.1", "description": "Style for import-sort which is compatible with eslint-plugin-import's import/first rule with absolute-first option", "main": "lib/index.js", "author": { "name": "Alexander Bast", "url": "https://github.com/alexanderbast" }, "license": "MIT", "dependencies": {}, "devDependencies": { "import-sort-style": "^3.0.0", "typescript": "^2.4.2" }, "scripts": { "prepare": "npm run build", "build": "tsc" }, "keywords": [ "import-sort", "import-sort-style", "import-sort-style-absolute", "eslint-plugin-import", "sort imports" ], "homepage": "https://github.com/alexanderbast/import-sort-style-absolute", "repository": { "type": "git", "url": "alexanderbast/import-sort-style-absolute" }, "bugs": { "url": "https://github.com/alexanderbast/import-sort-style-absolute/issues" }, "typings": "lib/index.d.ts" }