@fnando/codestyle
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@fnando/codestyle", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT" | ||
} |
@@ -13,4 +13,10 @@ # @fnando/codestyle | ||
Create a file `tsconfig.json` with the following lines: | ||
There are 3 distinct configuration files. | ||
- `@fnando/codestyle`: the base file | ||
- `@fnando/codestyle/react`: a React configuration that extends the base file. | ||
- `@fnando/codestyle/react-native`: a React Native configuration that extends the base file. | ||
Create a file `tsconfig.json` with the following lines, extending from the file you care about: | ||
```json | ||
@@ -17,0 +23,0 @@ { |
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
3198
63