mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(eslint): replace node/no-unpublished-import by n/no-unpublished-import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
ad6dcea779
commit
40f18c6359
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable quote-props */
|
||||
/* eslint-disable node/no-unpublished-import */
|
||||
/* eslint-disable n/no-unpublished-import */
|
||||
import path from 'path'
|
||||
import fs from 'fs'
|
||||
import sass from 'sass'
|
||||
|
|
|
|||
Loading…
Reference in a new issue