Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@channel.io/eslint-plugin

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@channel.io/eslint-plugin - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

.github/dependabot.yml

2

index.js
const hooksDepsElementNewline = require('./rules/hooks-deps-element-newline')
const noClassnamesWithOneArgument = require('./rules/no-classnames-with-one-argument')
const noTranslateWithTemplateLiteral = require('./rules/no-translate-with-template-literal')
const pascalCaseEnumName = require('./rules/pascal-case-enum-name')

@@ -11,2 +12,3 @@ const pascalCaseInterfaceName = require('./rules/pascal-case-interface-name')

'no-classnames-with-one-argument': noClassnamesWithOneArgument,
'no-translate-with-template-literal': noTranslateWithTemplateLiteral,
'pascal-case-enum-name': pascalCaseEnumName,

@@ -13,0 +15,0 @@ 'pascal-case-interface-name': pascalCaseInterfaceName,

8

package.json
{
"name": "@channel.io/eslint-plugin",
"version": "1.1.1",
"version": "1.2.0",
"description": "eslint plugin for channel.io web",

@@ -25,5 +25,5 @@ "author": "Channel Corp.",

"devDependencies": {
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.0.0",
"jest": "^26.6.3",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"pre-commit": "^1.2.2",

@@ -30,0 +30,0 @@ "typescript": "^4.2.3"

@@ -23,7 +23,9 @@ # eslint-plugin

- [no-classnames-with-one-argument](./docs/no-classnames-with-one-argument.md)
- [no-translate-with-template-literal](./docs/no-translate-with-template-literal.md)
- [pascal-case-enum-name](./docs/pascal-case-enum-name.md)
- [pascal-case-interface-name](./docs/pascal-case-interface-name.md)
- [pascal-case-type-name](./docs/pascal-case-type-name.md)
- [prevent-destructured-argument-callback-in-intersection-observer](./docs/prevent-destructured-argument-callback-in-intersection-observer.md)
## See also
- https://github.com/channel-io/eslint-config
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc