UNPKG
@userfront/types
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Userfront Typescript types for use in your own projects
userfront.com
@userfront/types
/
.eslintrc.js
5 lines
(4 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { root:
true
, extends: [
"@userfront/eslint-config"
],
// extends the eslint-config package
};