Skip to content

Commit 9a6c142

Browse files
author
Dave Justice
authored
Merge pull request #3290 from mozilla/eslint-please
task(monorepo): eslint consolidation
2 parents 2af8ccb + 0a5e395 commit 9a6c142

247 files changed

Lines changed: 13873 additions & 11863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/test-content-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function test_suite() {
3333
}
3434

3535
if grep -e "$MODULE" -e 'all' $DIR/../packages/test.list; then
36-
node_modules/.bin/grunt eslint
36+
npm run lint
3737

3838
cd ../../
3939
npx pm2 start circleci_servers.json

.eslintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": ["plugin:fxa/recommended"],
3+
"plugins": ["fxa"],
4+
"rules": {
5+
"space-unary-ops": "off"
6+
}
7+
}

0 commit comments

Comments
 (0)