diff options
| author | Trey Hunner <trey@treyhunner.com> | 2015-04-27 21:12:31 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-27 16:36:26 -0400 |
| commit | ec4f219ecb7a5e43d0353633fac4dac42d0ee492 (patch) | |
| tree | 149080086a963899ec8ca36f7ad8e086f81ce521 /.eslintignore | |
| parent | 1e63652e44f1c12c6e0fec6dacfae0c865b7cdbf (diff) | |
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint)
Diffstat (limited to '.eslintignore')
| -rw-r--r-- | .eslintignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000000..cb0447577b --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +**/{*.min,jquery}.js +django/contrib/gis/templates/**/*.js +node_modules/**.js |
