We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c11f8 commit 6116822Copy full SHA for 6116822
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "eslint-plugin-snakecasejs",
3
"description": "Eslint plugin to enforce a style of snake_case in your project, rather than just disabling camelcase.",
4
- "version": "1.1.0-3",
+ "version": "1.1.0-4",
5
"main": "index.js",
6
"author": "Patryk Rzucidlo [@ptkdev] <support@ptkdev.io> (https://ptkdev.it)",
7
"author_original": "David Buchan-Swanson <david.buchanswanson@gmail.com>",
@@ -28,7 +28,16 @@
28
"ptkdev",
29
"snake_case",
30
"snakecase",
31
- "eslint"
+ "snakecase-javascript",
32
+ "underscore-syntax",
33
+ "programming style",
34
+ "coding conventions",
35
+ "syntax",
36
+ "coding-style",
37
+ "eslint",
38
+ "eslint-plugin",
39
+ "eslint-plugin-snakecase",
40
+ "eslint-plugin-snakecasejs"
41
],
42
"dependencies": {
43
"colors": "^1.2.1",
0 commit comments