eslint-plugin-kyt
Advanced tools
Comparing version 1.2.6 to 1.2.11
module.exports = { | ||
presets: ['@babel/preset-env', '@babel/preset-react'], | ||
plugins: ['@babel/plugin-proposal-class-properties'], | ||
presets: [ | ||
[ | ||
'babel-preset-kyt-react', | ||
{ | ||
includeRuntime: true, | ||
}, | ||
], | ||
], | ||
}; |
@@ -6,2 +6,42 @@ # Change Log | ||
## [1.2.11](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.10...eslint-plugin-kyt@1.2.11) (2021-03-02) | ||
**Note:** Version bump only for package eslint-plugin-kyt | ||
## [1.2.10](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.9...eslint-plugin-kyt@1.2.10) (2021-03-02) | ||
**Note:** Version bump only for package eslint-plugin-kyt | ||
## [1.2.9](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.8...eslint-plugin-kyt@1.2.9) (2021-03-02) | ||
**Note:** Version bump only for package eslint-plugin-kyt | ||
## [1.2.8](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.7...eslint-plugin-kyt@1.2.8) (2021-03-02) | ||
**Note:** Version bump only for package eslint-plugin-kyt | ||
## [1.2.7](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.6...eslint-plugin-kyt@1.2.7) (2021-03-02) | ||
**Note:** Version bump only for package eslint-plugin-kyt | ||
## [1.2.6](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.5...eslint-plugin-kyt@1.2.6) (2021-02-23) | ||
@@ -8,0 +48,0 @@ |
{ | ||
"name": "eslint-plugin-kyt", | ||
"version": "1.2.6", | ||
"version": "1.2.11", | ||
"description": "ESLint plugin for Vi-specific rules.", | ||
@@ -17,5 +17,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "7.13.0", | ||
"@babel/preset-env": "7.13.5", | ||
"@babel/preset-react": "7.12.13", | ||
"babel-preset-kyt-react": "1.2.17", | ||
"mocha": "8.3.0" | ||
@@ -26,3 +24,3 @@ }, | ||
}, | ||
"gitHead": "d7b73036795886f0083254f6857b601b0fe0f18f" | ||
"gitHead": "b31499d9855487a53770083d7fe3ce5a25cc1c0a" | ||
} |
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
21441
2
602