Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
module.exports = {
|
|
rules: {
|
|
"no-console": "warn"
|
|
}
|
|
};
|