mm_eslint 1.2.9 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config.js +1 -2
  2. package/package.json +1 -1
package/config.js CHANGED
@@ -406,8 +406,7 @@ Config.prototype.getRecommendedWords = function (name_type) {
406
406
  'Info': ['Information'],
407
407
  'Conn': ['Connection'],
408
408
  'Ext': ['Extension'],
409
- 'Asst': ['Assistant'],
410
- 'WebSocket': ['Websocket']
409
+ 'Asst': ['Assistant']
411
410
  },
412
411
  'method-name': {
413
412
  'get': ['fetch', 'retrieve', 'obtain', 'query'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_eslint",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "description": "ESLint plugin for naming conventions - PascalCase, camelCase, snake_case, and UPPER_SNAKE_CASE naming rules",
5
5
  "main": "index.js",
6
6
  "keywords": [