1.0.3 • Published 1 year ago
@sourcebae/eslint-config v1.0.3
eslint-config
Common eslint configuration to be used by all projects.
Example config extending this:
"use strict";
module.exports = {
extends: ["@sourcebae/eslint-config"]
};
For React based projects, use:
"use strict";
module.exports = {
extends: ["@sourcebae/eslint-config/react"]
};