Skip to content
Snippets Groups Projects
Commit d147c10b authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add a lint rule to enforce no more literals in jsx.

parent 0aaf188e
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ module.exports = {
'import/no-mutable-exports': 'error',
'import/no-commonjs': 'error',
'import/no-amd': 'error',
'import/no-nodejs-modules': 'error'
'import/no-nodejs-modules': 'error',
'react/jsx-no-literals': 'error'
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment