Created by: fson
Enable the no-webpack-loader-syntax
, (https://github.com/benmosher/eslint-plugin-import/pull/586) rule in eslint-config-react-app.
Fixes #733 (closed).
Test plan:
Add this to App.js
:
import 'css!./App.css';
Created by: fson
Enable the no-webpack-loader-syntax
, (https://github.com/benmosher/eslint-plugin-import/pull/586) rule in eslint-config-react-app.
Fixes #733 (closed).
Test plan:
Add this to App.js
:
import 'css!./App.css';