14 lines
322 B
JavaScript
14 lines
322 B
JavaScript
import { configs } from 'eslint-plugin-regexp';
|
|
import { G as GLOB_SRC, a as GLOB_VUE } from '../shared/eslint-config.CUi9znUC.mjs';
|
|
|
|
function regexp() {
|
|
return [
|
|
{
|
|
...configs["flat/recommended"],
|
|
name: "nuxt/tooling/regexp",
|
|
files: [GLOB_SRC, GLOB_VUE]
|
|
}
|
|
];
|
|
}
|
|
|
|
export { regexp as default };
|