mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
// @ts-check
|
|
import tasky from '@taskylizard/eslint-config'
|
|
|
|
export default tasky({
|
|
vue: true,
|
|
browser: true
|
|
})
|