@20i/mrm-preset
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,4 +6,4 @@ "use strict"; | ||
const packages = { | ||
"@20i/eslint-config": "^1.1.0", | ||
eslint: "^8.3.0", | ||
"@20i/eslint-config": "^1.2.0", | ||
eslint: "^8.4.0", | ||
prettier: "^2.5.0", | ||
@@ -16,4 +16,3 @@ typescript: "^4.5.0", | ||
if (hasReactNative) { | ||
// TODO: add react-native | ||
console.warn("React native not setup yet"); | ||
baseExtends = "@20i/eslint-config/react-native"; | ||
} | ||
@@ -20,0 +19,0 @@ else if (hasReact) { |
@@ -15,2 +15,6 @@ "use strict"; | ||
".idea/", | ||
"", | ||
"# environment variables", | ||
".env", | ||
"", | ||
"# yarn berry: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored", | ||
@@ -17,0 +21,0 @@ ".yarn/*", |
{ | ||
"name": "@20i/mrm-preset", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "mrm preset to set up eslint, prettier, lint-staged, husky, and typescript", | ||
@@ -35,9 +35,9 @@ "repository": "https://github.com/twentyideas/mrm-preset.git", | ||
"devDependencies": { | ||
"@20i/eslint-config": "^1.1.0", | ||
"eslint": "^8.3.0", | ||
"husky": "^7.0.0", | ||
"lint-staged": "^12.1.0", | ||
"@20i/eslint-config": "^1.2.0", | ||
"eslint": "^8.4.0", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.2", | ||
"mrm": "^3.0.10", | ||
"pinst": "^2.0.0", | ||
"prettier": "^2.5.0", | ||
"pinst": "^2.1.6", | ||
"prettier": "^2.5.1", | ||
"typescript": "^4.5.2" | ||
@@ -44,0 +44,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
11156
196