Skip to content

Commit

Permalink
Add ESLint
Browse files Browse the repository at this point in the history
Not validating any code at the moment since it's all legacy, but will enforce on new files
  • Loading branch information
chillu committed May 10, 2016
1 parent 5457329 commit ac708de
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .eslintignore
@@ -1,16 +1,8 @@
# Ignore dist files
javascript/dist/
client/dist/

# Ignore legacy files
javascript/src/AssetAdmin.js
javascript/src/CMSMain.AddForm.js
javascript/src/CMSMain.EditForm.js
javascript/src/CMSMain.Tree.js
javascript/src/CMSMain.js
javascript/src/CMSPageHistoryController.js
javascript/src/RedirectorPage.js
javascript/src/SilverStripeNavigator.js
javascript/src/SiteTreeURLSegmentField.js
client/src/legacy/

# Ignore auto-generated language files
javascript/lang/
client/lang/

0 comments on commit ac708de

Please sign in to comment.