@sourcebae/eslint-config
v1.0.3
Published
Common eslint configuration to be used by all projects.
Downloads
8
Readme
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"]
};