Skip to content

Repository files navigation

eslint-config-radiofrance

ESLint shareable config extend from eslint-config-xo

Install

$ npm install --save-dev eslint-config-radiofrance

Usage

Add ESLint config to your eslint.config.js:

import eslintConfigRadiofrance, {allowNullType, allowSnakeCase} from 'eslint-config-radiofrance';

allowNullType(eslintConfigRadiofrance);
allowSnakeCase(eslintConfigRadiofrance);

const config = [
  ...eslintConfigRadiofrance,
];

export default config;

Related

License

CECILL-B

About

ESLint shareable config

Topics

Resources

Stars

3 stars

Watchers

9 watching

Forks

Releases

Packages

Used by

Contributors

Languages