### Description Introduce `ESLint` rule to enforce order of methods based on access modifiers. So that we have following order: `static`, `public`, `private`.