UNPKG

eslint-plugin-import-newlines

Version:

ESLint plugin for enforcing newlines in ES6 import statements past a certain number of items

73 lines (72 loc) 1.51 kB
{ "name": "eslint-plugin-import-newlines", "version": "1.4.0", "description": "ESLint plugin for enforcing newlines in ES6 import statements past a certain number of items", "main": "lib/index.js", "author": { "name": "SeinopSys", "email": "david@seinopsys.dev", "url": "https://seinopsys.dev" }, "private": false, "contributors": [ { "name": "zsoltszavo", "email": "zsoltszv@gmail.com" } ], "files": [ "lib" ], "publishConfig": { "access": "public" }, "license": "MIT", "repository": { "type": "git", "url": "github:SeinopSys/eslint-plugin-import-newlines" }, "bin": { "import-linter": "lib/index.js" }, "directories": { "lib": "lib", "test": "test" }, "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "lint", "import" ], "scripts": { "lint": "eslint", "test": "mocha", "test:watch": "mocha --watch", "prepare": "husky install" }, "devDependencies": { "@typescript-eslint/parser": "^5.8.0", "eslint": "^8.5.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-eslint-plugin": "^4.1.0", "eslint-plugin-import": "^2.25.3", "husky": "^7.0.4", "lint-staged": "^12.1.3", "mocha": "^9.1.3", "typescript": "^4.5.4" }, "peerDependencies": { "eslint": ">=6.0.0" }, "engines": { "node": ">=10.0.0" }, "lint-staged": { "*.js": "eslint --cache --fix" }, "np": { "releaseDraft": false } }