eslint-config-iplayer-ts
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "eslint-config-iplayer-ts", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "eslint config for iPlayer Typescript modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ module.exports = { | ||
'error', | ||
{ "selector": "variableLike", "format": ["camelCase"] }, | ||
{ "selector": "variableLike", "format": ["camelCase", "UPPER_CASE"] }, | ||
{ "selector": "class", "format": ["PascalCase"] } | ||
@@ -15,0 +15,0 @@ ], |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5150
0