Skip to content

Commit

Permalink
Merge pull request #37 from V4Fire/disable_restricted
Browse files Browse the repository at this point in the history
Removed restricted syntax rule
  • Loading branch information
kholstinin authored May 30, 2024
2 parents 9f3446e + b7a3901 commit 9d0db0c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

const
jsdoc = require('./eslint-configs/jsdoc'),
restrictedSyntax = require('./eslint-configs/restricted-syntax'),
globalRules = require('./eslint-configs/global-rules'),
typescriptRules = require('./eslint-configs/typescript-rules');

Expand Down Expand Up @@ -104,11 +103,6 @@ module.exports = {
rules: {
...jsdoc.rules.ts,

"no-restricted-syntax": [
"error",
...restrictedSyntax
],

...typescriptRules
}
}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v2.8.0 (2024-05-30)

### :rocket: New Feature

* Remove restricted syntax rule

## v2.7.0 (2024-03-01)

#### :house: Internal

* Updated statoscope dependencies

## v2.6.0 (2024-02-16)

### :rocket: New Feature
Expand Down
15 changes: 0 additions & 15 deletions eslint-configs/restricted-syntax.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/V4Fire/Linters#readme",
"typings": "index.d.ts",
"license": "MIT",
"version": "2.7.0",
"version": "2.8.0",
"author": {
"name": "kobezzza",
"email": "[email protected]",
Expand Down

0 comments on commit 9d0db0c

Please sign in to comment.