openreachtech / eslint-rules-default

A showcasing package all the rules of ESLint.
MIT License
0 stars 0 forks source link

✅ Fix not worked options #234

Closed StewEucen closed 3 months ago

StewEucen commented 3 months ago

Overview

Issue Template

## Overview

* Fix `xxxxxx` rule
* See → https://github.com/eslint/eslint/blob/main/docs/src/rules/xxxxxx.md

## Note

* It works

{ rules: { 'xxxxxx': [ 'error', ], }, }

Tasks