1.0.3 • Published 1 year ago

@sourcebae/eslint-config v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

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"]
};