How to use the @craco/craco.ESLINT_MODES.file function in @craco/craco

To help you get started, we’ve selected a few @craco/craco examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bblfsh / web / craco.config.js View on Github external
const CracoLessPlugin = require('craco-less');
const { ESLINT_MODES } = require('@craco/craco');

module.exports = {
  plugins: [{ plugin: CracoLessPlugin }],
  eslint: {
    mode: ESLINT_MODES.file,
  },
};
github src-d / gitbase-web / frontend / craco.config.js View on Github external
const CracoLessPlugin = require('craco-less');
const { ESLINT_MODES } = require('@craco/craco');

module.exports = {
  plugins: [{ plugin: CracoLessPlugin }],
  eslint: {
    mode: ESLINT_MODES.file
  }
};

@craco/craco

Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.

Apache-2.0
Latest version published 1 year ago

Package Health Score

68 / 100
Full package analysis