UNPKG
@theroyalwhee0/ident
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
0.0.1
Unique Identifier Generator
github.com/theroyalwhee0/ident
theroyalwhee0/ident
@theroyalwhee0/ident
/
.eslintrc.cjs
13 lines
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* eslint-disable */
module
.
exports
= {
// REF: https://typescript-eslint.io/docs/linting/
root:
true
, parser:
'@typescript-eslint/parser'
, plugins: [
'@typescript-eslint'
, ], extends: [
'eslint:recommended'
,
'plugin:@typescript-eslint/recommended'
, ], };