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 4a23ee7 commit d57921dCopy full SHA for d57921d
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "eslint-plugin-snakecasejs",
3
- "version": "1.1.0-1",
+ "description": "Eslint plugin to enforce a style of snake_case in your project, rather than just disabling camelcase.",
4
+ "version": "1.1.0-2",
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>",
- "license": "GPL-3.0",
8
+ "license": "MIT",
9
"homepage": "https://github.com/ptkdev",
10
"bugs": {
11
"url": "https://github.com/ptkdev/eslint-plugin-snakecasejs/issues"
0 commit comments