0.0.1 • Published 5 years ago

@trillion/fabric v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

fabric

npm version

A collection of configuration files containing prettier, eslint

Use

in .eslintrc.js

import { eslint } from "@mulcloud/fabric";

module.exports = eslint;

in .prettierrc.js

import { prettier } from "@mulcloud/fabric";

module.exports = prettier;