UNPKG
pixgo
Version:
latest (2.0.0)
2.0.0
1.0.5
A CLI tool to upload images to Cloudinary
pixgo
/
eslint.config.js
9 lines
(7 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
globals
from
"globals"
;
import
pluginJs
from
"@eslint/js"
; /** @
type
{
import
(
'eslint'
).Linter.Config[]} */ export default [ {languageOptions: {
globals
:
globals
.browser }}, pluginJs.configs.recommended, ];