🚀(app-impress) create the base app impress
Create the base app impress, based on the people app.
This commit is contained in:
14
src/frontend/apps/impress/.eslintrc.js
Normal file
14
src/frontend/apps/impress/.eslintrc.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['impress/next'],
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ['./tsconfig.json'],
|
||||
},
|
||||
settings: {
|
||||
next: {
|
||||
rootDir: __dirname,
|
||||
},
|
||||
},
|
||||
ignorePatterns: ['node_modules', '.eslintrc.js'],
|
||||
};
|
||||
Reference in New Issue
Block a user