-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Lodash, remove usage of deprecated per-function Lodash package…
…s, update readme (#66) * Update lodash, do some linting, add note about flat config to readme * Add /.idea to gitignore * Fix README.md links * Revert some unwanted code styling changes * Update Changelog
- Loading branch information
Showing
10 changed files
with
46 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ coverage/ | |
.DS_Store | ||
.vscode | ||
package-lock.json | ||
*.lock | ||
*.lock | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-plugin-i18n-json", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Fully extendable eslint plugin for JSON i18n translation files.", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -27,7 +27,8 @@ | |
], | ||
"author": "GoDaddy Operating Company, LLC", | ||
"contributors": [ | ||
"Mayank Jethva <[email protected]>" | ||
"Mayank Jethva <[email protected]>", | ||
"Niko Muukkonen <[email protected]>" | ||
], | ||
"jest": { | ||
"roots": [ | ||
|
@@ -60,10 +61,7 @@ | |
"chalk": "^2.3.2", | ||
"indent-string": "^3.2.0", | ||
"jest-diff": "^22.0.3", | ||
"lodash.get": "^4.4.2", | ||
"lodash.isequal": "^4.5.0", | ||
"lodash.isplainobject": "^4.0.6", | ||
"lodash.set": "^4.3.2", | ||
"lodash": "^4.17.21", | ||
"log-symbols": "^2.2.0", | ||
"parse-json": "^5.2.0", | ||
"plur": "^2.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters