0.4.0 • Published 10 months ago

@aaos/eslint-config v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@aaos/eslint-config

pnpm add -D eslint @aaos/eslint-config

package.json

"scripts": {
    "lint": "eslint 'src/**/*.{ts,tsx}'"
}

eslint.config.js

export { eslintConfig as default } from '@aaos/eslint-config';
import { eslintConfig } from '@aaos/eslint-config';

export default [
  ...eslintConfig,
  // your modifications
  {
    rules: {
      ...
    },
  },
];
0.4.0

10 months ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago

0.1.6

1 year ago