eslint-plugin-kyt
Advanced tools
Comparing version 1.2.12 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.12...eslint-plugin-kyt@1.3.0) (2021-03-13) | ||
### Features | ||
* add babel preset with typescript support ([#704](https://github.com/nytimes/kyt/issues/704)) ([066d24a](https://github.com/nytimes/kyt/commit/066d24ad31fef2ab8777a9ed584901454b59a2e3)), closes [#694](https://github.com/nytimes/kyt/issues/694) | ||
## [1.2.12](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.2.11...eslint-plugin-kyt@1.2.12) (2021-03-10) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "eslint-plugin-kyt", | ||
"version": "1.2.12", | ||
"version": "1.3.0", | ||
"description": "ESLint plugin for Vi-specific rules.", | ||
@@ -17,4 +17,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"babel-preset-kyt-react": "1.2.18", | ||
"mocha": "8.3.1" | ||
"babel-preset-kyt-react": "1.3.0", | ||
"mocha": "8.3.2" | ||
}, | ||
@@ -24,3 +24,3 @@ "scripts": { | ||
}, | ||
"gitHead": "79b9b3413a3001a6ca68823876e8bbc7b871e4ed" | ||
"gitHead": "4236b796ed28c4bd75a36886957e02a1bbed66dc" | ||
} |
22000
4