@fluidframework/gitresources
Advanced tools
Comparing version 0.1038.3000-107897 to 0.1038.3000-112900
@@ -8,5 +8,6 @@ /*! | ||
"extends": [ | ||
require.resolve("@fluidframework/eslint-config-fluid") | ||
require.resolve("@fluidframework/eslint-config-fluid"), | ||
"prettier" | ||
], | ||
"rules": {} | ||
} |
{ | ||
"name": "@fluidframework/gitresources", | ||
"version": "0.1038.3000-107897", | ||
"version": "0.1038.3000-112900", | ||
"description": "Git resource definitions for Fluid services", | ||
@@ -23,4 +23,7 @@ "homepage": "https://fluidframework.com", | ||
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"format": "npm run prettier:fix", | ||
"lint": "npm run eslint", | ||
"lint:fix": "npm run eslint:fix", | ||
"prettier": "prettier --check . --ignore-path ../../../.prettierignore", | ||
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore", | ||
"tsc": "tsc" | ||
@@ -34,2 +37,3 @@ }, | ||
"eslint": "~8.27.0", | ||
"prettier": "~2.6.2", | ||
"rimraf": "^3.0.2", | ||
@@ -36,0 +40,0 @@ "typescript": "~4.5.5" |
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
22629
501
8