Skip to content

Commit 135d9c7

Browse files
committed
docs: re-enable lint rule
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent b4a5ede commit 135d9c7

File tree

1 file changed

+0
-6
lines changed
  • lib/node_modules/@stdlib/constants/float32/max-nth-factorial

1 file changed

+0
-6
lines changed

lib/node_modules/@stdlib/constants/float32/max-nth-factorial/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ limitations under the License.
2626

2727
## Usage
2828

29-
<!-- eslint-disable id-length -->
30-
3129
```javascript
3230
var FLOAT32_MAX_NTH_FACTORIAL = require( '@stdlib/constants/float32/max-nth-factorial' );
3331
```
@@ -36,8 +34,6 @@ var FLOAT32_MAX_NTH_FACTORIAL = require( '@stdlib/constants/float32/max-nth-fact
3634

3735
The maximum nth [factorial][factorial] when stored in [single-precision floating-point][ieee754] format.
3836

39-
<!-- eslint-disable id-length -->
40-
4137
```javascript
4238
var bool = ( FLOAT32_MAX_NTH_FACTORIAL === 34 );
4339
// returns true
@@ -51,8 +47,6 @@ var bool = ( FLOAT32_MAX_NTH_FACTORIAL === 34 );
5147

5248
## Examples
5349

54-
<!-- eslint-disable id-length -->
55-
5650
<!-- eslint no-undef: "error" -->
5751

5852
```javascript

0 commit comments

Comments
 (0)