UNPKG

@jipis/eslint-plugin-import-sort

Version:

A highly-opinionated ESLint plugin to enforce a strict custom sorting order of `import` statements across four clearly defined sections.

37 lines (36 loc) 877 B
{ "name": "@jipis/eslint-plugin-import-sort", "version": "0.3.1", "description": "A highly-opinionated ESLint plugin to enforce a strict custom sorting order of `import` statements across four clearly defined sections.", "scripts": { "pretest": "./pretest.sh", "test": "mocha tests/custom-import-sort.test.js", "posttest": "./posttest.sh" }, "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "imports", "sorting", "custom" ], "author": "jipis", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jipis/eslint-plugin-import-sort.git" }, "peerDependencies": { "eslint": ">=8" }, "engines": { "node": ">=14" }, "devDependencies": { "eslint": "^8.57.1", "eslint-plugin-mocha": "^11.1.0", "eslint-rule-tester": "^2.0.0", "mocha": "^11.7.1" } }