@fauna/typescript
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@fauna/typescript", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,3 +31,3 @@ # TypeScript | ||
```(javascript) | ||
```javascript | ||
import { config as defaultConfig } from "@fauna/typescript/config/js/eslint.config.js"; | ||
@@ -42,3 +42,3 @@ | ||
In `prettier.config.js` | ||
```(javascript) | ||
```javascript | ||
import basePrettierConfig from "@fauna/typescript/config/prettierrc.js"; | ||
@@ -60,3 +60,3 @@ | ||
```(json) | ||
```json | ||
"scripts": { | ||
@@ -63,0 +63,0 @@ "lint": "eslint . --fix", |
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
7956