UNPKG
smooth-text-rotator
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
Super simple JS library for rotating text with smooth animations
branchard/smooth-text-rotator
smooth-text-rotator
/
.eslintrc.js
12 lines
(11 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { root:
true
, parser:
'@typescript-eslint/parser'
, plugins: [
'@typescript-eslint'
, ], extends: [
'eslint:recommended'
,
'plugin:@typescript-eslint/recommended'
, ], };