mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
'use strict'
|
|
|
|
module.exports = require('neostandard')({
|
|
ignores: require('neostandard').resolveIgnoresFromGitignore(),
|
|
ts: true
|
|
})
|