The project is an NPM project to manage my preferred ESLint and Prettier configuation.
For more info, see the README.md
files in each package.
To use this library in your application's ESLint config file eslint.config.js
, then do:
// eslint.config.js
import myconfig from "eslint-config-ms";
export default [
...myconfig,
]