Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
14
Frontend-Learner/node_modules/@nuxt/eslint-config/dist/chunks/regexp.mjs
generated
vendored
Normal file
14
Frontend-Learner/node_modules/@nuxt/eslint-config/dist/chunks/regexp.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue