24 lines
464 B
JSON
24 lines
464 B
JSON
|
{
|
||
|
"name": "eslint-plugin-simple-import-sort",
|
||
|
"version": "10.0.0",
|
||
|
"license": "MIT",
|
||
|
"author": "Simon Lydell",
|
||
|
"repository": "lydell/eslint-plugin-simple-import-sort",
|
||
|
"description": "Easy autofixable import sorting",
|
||
|
"type": "commonjs",
|
||
|
"keywords": [
|
||
|
"eslint",
|
||
|
"eslint-plugin",
|
||
|
"eslintplugin",
|
||
|
"import",
|
||
|
"imports",
|
||
|
"order",
|
||
|
"sort",
|
||
|
"sorter",
|
||
|
"sorting"
|
||
|
],
|
||
|
"peerDependencies": {
|
||
|
"eslint": ">=5.0.0"
|
||
|
}
|
||
|
}
|