4fe28f5a95
* reorganize docs apps * add README * fix directory * add condition for old docs
15 lines
167 B
JavaScript
15 lines
167 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: [
|
|
"docs/next"
|
|
],
|
|
settings: {
|
|
next: {
|
|
rootDir: ".",
|
|
},
|
|
},
|
|
ignorePatterns: [
|
|
"generated"
|
|
]
|
|
}
|