1:1 error Definition for rule 'import/first' was not found import/first
1:1 error Definition for rule 'import/no-named-default' was not found import/no-named-default
1:1 error Definition for rule 'import/no-webpack-loader-syntax' was not found import/no-webpack-loader-syntax
What am I misunderstanding here? Are there any better instructions on how to use this config? I thought it was as simple as extending it in the eslint configuration.
Node 11.15.0 npm 6.7.0
I want to use semistandard in my
eslintrc.js
. I tried this:I get this:
What am I misunderstanding here? Are there any better instructions on how to use this config? I thought it was as simple as
extend
ing it in the eslint configuration.