@5rabbits/eslint-import-resolver-directory-named 中文文档教程
eslint-import-resolver-directory-named
eslint-plugin-import
以其容器目录命名的模块解析插件。
配置直接传递给 eslint-import-resolver-node
作为选项:
settings:
import/resolver:
@5rabbits/eslint-import-resolver-directory-named:
extensions:
# if unset, default is just '.js', but it must be re-added explicitly if set
- .js
- .jsx
- .es6
- .coffee
paths:
# an array of absolute paths which will also be searched
# think NODE_PATH
- /usr/local/share/global_modules
# this is technically for identifying `node_modules` alternate names
moduleDirectory:
- node_modules # defaults to 'node_modules', but...
- bower_components
- project/src # can add a path segment here that will act like
# a source root, for in-project aliasing (i.e.
# `import MyStore from 'stores/my-store'`)
或使用默认选项:
settings:
import/resolver: @5rabbits/eslint-import-resolver-directory-named
eslint-import-resolver-directory-named
eslint-plugin-import
resolution plugin for modules named as their container directory.
Config is passed directly to eslint-import-resolver-node
as options:
settings:
import/resolver:
@5rabbits/eslint-import-resolver-directory-named:
extensions:
# if unset, default is just '.js', but it must be re-added explicitly if set
- .js
- .jsx
- .es6
- .coffee
paths:
# an array of absolute paths which will also be searched
# think NODE_PATH
- /usr/local/share/global_modules
# this is technically for identifying `node_modules` alternate names
moduleDirectory:
- node_modules # defaults to 'node_modules', but...
- bower_components
- project/src # can add a path segment here that will act like
# a source root, for in-project aliasing (i.e.
# `import MyStore from 'stores/my-store'`)
or to use the default options:
settings:
import/resolver: @5rabbits/eslint-import-resolver-directory-named
更多
你可能也喜欢
- 6to5-library-boilerplate 中文文档教程
- 77cli 中文文档教程
- @1hive/apps-conviction-voting 中文文档教程
- @1o1w1/react-dev-utils 中文文档教程
- @1papaya/gatsby-plugin-transition-link 中文文档教程
- @4geit/swg-dereference-swagger-helper 中文文档教程
- @5rabbits/create-react-lib 中文文档教程
- @7aki-cli/utils 中文文档教程
- @7span/vepaar-vue 中文文档教程
- @abdur-rakib/react-native-button 中文文档教程