parallax-common-config
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -25,3 +25,3 @@ # parallax-common-config | ||
```bash | ||
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser autoprefixer awesome-typescript-loader cache-loader css-loader css-modules-typescript-loader eslint-config-react-app eslint-loader eslint-plugin-filenames eslint-plugin-import-alias eslint-plugin-jsdoc eslint-plugin-react eslint-plugin-sort-imports-es6-autofix eslint-plugin-unused-imports extract-css-chunks-webpack-plugin file-loader html-webpack-plugin style-loader svg-inline-loader typescript typescript-eslint-parser typings-for-css-modules-loader url-loader webpack-merge | ||
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser autoprefixer awesome-typescript-loader cache-loader css-loader css-modules-typescript-loader eslint-config-react-app eslint-loader eslint-plugin-filenames eslint-plugin-sort-keys-fix eslint-plugin-import-alias eslint-plugin-jsdoc eslint-plugin-react eslint-plugin-sort-imports-es6-autofix eslint-plugin-unused-imports extract-css-chunks-webpack-plugin file-loader html-webpack-plugin style-loader svg-inline-loader typescript typescript-eslint-parser typings-for-css-modules-loader url-loader webpack-merge | ||
``` | ||
@@ -28,0 +28,0 @@ |
@@ -27,14 +27,27 @@ { | ||
"allowSyntheticDefaultImports": true, | ||
"suppressImplicitAnyIndexErrors": true, | ||
"allowJs": true, | ||
"baseUrl": "../../", | ||
"types": ["node", "jest"], | ||
"paths": { | ||
"~/*": ["src/*"], | ||
"Api/*": ["src/api/*"], | ||
"Stores/*": ["src/stores/*"], | ||
"Services/*": ["src/services/*"], | ||
"Components/*": ["src/components/*"], | ||
"Model/*": ["src/model/*"], | ||
"Views/*": ["src/views/*"] | ||
"~/*": ["*"], | ||
"Api/*": ["./api/*"], | ||
"Util/*": ["./util/*"], | ||
"Util": ["./util/index.ts"], | ||
"Assertion": ["./util/assertion/index.ts"], | ||
"Assert": ["./util/decorator/assert/index.ts"], | ||
"Assert/*": ["./util/decorator/assert/*"], | ||
"Logger/*": ["./util/logger/*"], | ||
"Service/*": ["./service/*"], | ||
"Config": ["./config/index.ts"], | ||
"Config/*": ["./config/*"], | ||
"Data/*": ["./data/*"], | ||
"Entity/*": ["./data/entity/*"], | ||
"Repository/*": ["./data/repository/*"], | ||
"Controller/*": ["./controller/*"], | ||
"Components/*": ["./components/*"], | ||
"Model/*": ["./model/*"], | ||
"Views/*": ["./views/*"] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37147
515