Skip to content

Commit

Permalink
Merge pull request #58 from brightlayer-ui/dev
Browse files Browse the repository at this point in the history
Publish 3.0.1
  • Loading branch information
emclaug2 authored Jun 8, 2022
2 parents 87fb1f7 + 1619e60 commit 2a3783c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.0.1 (June 8, 2022)

### Changed

- Eased `@typescript-eslint/naming-convention` rules to allow quoted properties ([#55](https://github.com/brightlayer-ui/code-standards/issues/55)).

## v3.0.0 (January 14, 2022)

### Changed
Expand Down
5 changes: 5 additions & 0 deletions eslint-config/blui-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const bluiRules = {
selector: 'property',
format: ['camelCase', 'UPPER_CASE', 'PascalCase'],
},
{
selector: 'property',
format: null,
modifiers: ['requiresQuotes']
},
{
selector: 'enumMember',
format: ['UPPER_CASE'],
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brightlayer-ui/eslint-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "ESLint profile for Brightlayer UI",
"author": "Brightlayer UI <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit 2a3783c

Please sign in to comment.