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