File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55### Usage
66
77``` bash
8- npm install --save-dev eslint-import-resolver-module-alias@bardzusny /eslint-import-resolver-module-alias
8+ npm install --save-dev eslint-import-resolver-module-alias@tenfold /eslint-import-resolver-module-alias
99```
1010
1111Configure ESLint:
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-import-resolver-module-alias" ,
33 "version" : " 0.0.1" ,
4+ "description" : " module-alias (https://github.com/ilearnio/module-alias) module resolution plugin for eslint-plugin-import" ,
45 "scripts" : {
56 "test" : " jest"
67 },
7- "description" : " module-alias (https://github.com/ilearnio/module-alias) module resolution plugin for eslint-plugin-import" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/tenfold/eslint-import-resolver-module-alias.git"
11+ },
812 "main" : " index.js" ,
913 "author" : " Adrian Zalewski <zalewski.adrian.adam@gmail.com> (https://github.com/bardzusny)" ,
1014 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments