Socket
Socket
Sign inDemoInstall

@billogram/eslint-config

Package Overview
Dependencies
0
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.0 to 2.9.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.9.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.9.0...@billogram/eslint-config@2.9.1) (2021-01-06)
### Bug Fixes
* Tweak @typescript-eslint/naming-convention to match our codebase ([44bb737](https://github.com/billogram/frontend-dev-tools/commit/44bb737))
## [2.9.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.8.0...@billogram/eslint-config@2.9.0) (2021-01-05)

@@ -8,0 +16,0 @@

22

config/typescript.js

@@ -154,13 +154,17 @@ const fs = require('fs');

selector: 'default',
format: ['camelCase', 'UPPER_CASE'],
leadingUnderscore: 'allow',
trailingUnderscore: 'allow',
format: ['camelCase', 'PascalCase'],
leadingUnderscore: 'allowSingleOrDouble',
trailingUnderscore: 'allowSingleOrDouble',
},
{
selector: 'function',
format: ['camelCase', 'PascalCase'],
leadingUnderscore: 'allow',
trailingUnderscore: 'allow',
selector: 'property',
format: ['camelCase', 'PascalCase', 'snake_case', 'UPPER_CASE'],
leadingUnderscore: 'allowSingleOrDouble',
trailingUnderscore: 'allowSingleOrDouble',
},
{
selector: 'typeLike',
format: ['PascalCase'],
},
{
selector: 'variable',

@@ -171,6 +175,2 @@ format: ['camelCase', 'PascalCase', 'UPPER_CASE'],

},
{
selector: 'typeLike',
format: ['PascalCase'],
},
]),

@@ -177,0 +177,0 @@ 'no-array-constructor': 'off',

{
"name": "@billogram/eslint-config",
"version": "2.9.0",
"version": "2.9.1",
"description": "Custom ESLint configurations",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc